Fixed a minor typo.

This commit is contained in:
Ryan C. Gordon 2013-02-24 22:56:35 -05:00
parent 2452978990
commit 6c4a53f561

View file

@ -435,7 +435,7 @@ void SDL_PrivateGameControllerParseButton( const char *szGameButton, const char
}
else if ( axis != SDL_CONTROLLER_AXIS_INVALID )
{
SDL_assert( !"Support has as axis" );
SDL_assert( !"Support hat as axis" );
}
else
{