author | Ryan C. Gordon <icculus@icculus.org> |
Thu, 07 Jul 2011 11:50:30 -0700 | |
branch | SDL-1.2 |
changeset 5560 | 98ae43d3d2f4 |
parent 5559 | 9f181779cfdd |
child 5561 | 62269926f506 |
--- a/src/video/fbcon/SDL_fbevents.c Thu Jul 07 11:49:46 2011 -0700 +++ b/src/video/fbcon/SDL_fbevents.c Thu Jul 07 11:50:30 2011 -0700 @@ -516,9 +516,9 @@ } } - /* Query for the type of mouse protocol */ - if ( write(fd, &query_ps2, sizeof (query_ps2)) == sizeof (query_ps2)) { - Uint8 ch = 0; + /* Query for the type of mouse protocol */ + if ( write(fd, &query_ps2, sizeof (query_ps2)) == sizeof (query_ps2)) { + Uint8 ch = 0; /* Get the mouse protocol response */ do {