Fix warning in SDL_keyboard.h

This commit is contained in:
Tim Angus 2013-01-17 11:54:14 +00:00
parent b507ef3afa
commit bd462555d7

View file

@ -193,7 +193,7 @@ extern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect);
* *
* \sa SDL_IsScreenKeyboardShown() * \sa SDL_IsScreenKeyboardShown()
*/ */
extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(); extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(void);
/** /**
* \brief Returns whether the screen keyboard is shown for given window. * \brief Returns whether the screen keyboard is shown for given window.