hedgewars/SDLh.pas
changeset 7016 8b34f46e10c1
parent 6990 40e5af28d026
child 7035 823caba67738
--- a/hedgewars/SDLh.pas	Thu May 03 13:25:40 2012 +0200
+++ b/hedgewars/SDLh.pas	Thu May 03 16:04:38 2012 +0100
@@ -944,7 +944,7 @@
 function  SDL_UnlockMutex(mutex: PSDL_mutex): LongInt; cdecl; external SDLLibName name 'SDL_mutexV';
 
 function  SDL_GL_SetAttribute(attr: TSDL_GLattr; value: LongInt): LongInt; cdecl; external SDLLibName;
-procedure SDL_GL_SwapBuffers(); cdecl; external SDLLibName;
+procedure SDL_GL_SwapBuffers; cdecl; external SDLLibName;
 
 function  SDL_NumJoysticks: LongInt; cdecl; external SDLLibName;
 function  SDL_JoystickName(idx: LongInt): PChar; cdecl; external SDLLibName;