1.1 --- a/include/SDL.h Wed Jul 27 20:47:31 2016 +0200
1.2 +++ b/include/SDL.h Wed Aug 03 22:30:31 2016 +0200
1.3 @@ -95,8 +95,8 @@
1.4 * This function initializes specific SDL subsystems
1.5 *
1.6 * Subsystem initialization is ref-counted, you must call
1.7 - * SDL_QuitSubSystem for each SDL_InitSubSystem to correctly
1.8 - * shutdown a subsystem manually (or call SDL_Quit to force shutdown).
1.9 + * SDL_QuitSubSystem() for each SDL_InitSubSystem() to correctly
1.10 + * shutdown a subsystem manually (or call SDL_Quit() to force shutdown).
1.11 * If a subsystem is already loaded then this call will
1.12 * increase the ref-count and return.
1.13 */