hedgewars/SDLh.pas
changeset 2579 e5e4ebf528b5
parent 2575 d06e0e829828
child 2586 204e6b2885bc
--- a/hedgewars/SDLh.pas	Fri Oct 23 11:12:01 2009 +0000
+++ b/hedgewars/SDLh.pas	Sat Oct 24 13:50:31 2009 +0000
@@ -402,7 +402,7 @@
 function  SDL_GetMouseState(index: LongInt; x, y: PLongInt): Byte; cdecl; external SDLLibName;
 function  SDL_SelectMouse(index: LongInt): LongInt; cdecl; external SDLLibName;
 function  SDL_GetRelativeMouseState(index: LongInt; x, y: PLongInt): Byte; cdecl; external SDLLibName;
-function  SDL_GetNumMice : LongInt; cdecl; external SDLLibName;
+function  SDL_GetNumMice: LongInt; cdecl; external SDLLibName;
 {$ELSE}
 function  SDL_GetKeyState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName;
 function  SDL_GetMouseState(x, y: PLongInt): Byte; cdecl; external SDLLibName;