author | Ryan C. Gordon |
Sun, 24 Feb 2013 22:56:35 -0500 | |
changeset 6913 | 7e9c4d29e668 |
parent 6912 | 8264db362231 |
child 6914 | 8a9915ab24f0 |
1.1 --- a/src/joystick/SDL_gamecontroller.c Sun Feb 24 22:56:24 2013 -0500 1.2 +++ b/src/joystick/SDL_gamecontroller.c Sun Feb 24 22:56:35 2013 -0500 1.3 @@ -435,7 +435,7 @@ 1.4 } 1.5 else if ( axis != SDL_CONTROLLER_AXIS_INVALID ) 1.6 { 1.7 - SDL_assert( !"Support has as axis" ); 1.8 + SDL_assert( !"Support hat as axis" ); 1.9 } 1.10 else 1.11 {