hedgewars/uKeys.pas
changeset 2438 6df2e58b6ab2
parent 2436 246ef6271470
child 2567 02ff5f9510b5
--- a/hedgewars/uKeys.pas	Mon Oct 12 21:29:28 2009 +0000
+++ b/hedgewars/uKeys.pas	Mon Oct 12 21:42:56 2009 +0000
@@ -240,7 +240,7 @@
     end;
 
 {$IFDEF SDL13}
-PByteArray(SDL_GetKeyboardState(@i);
+PByteArray(SDL_GetKeyboardState(@i));
 {$ELSE}
 SDL_GetKeyState(@i);
 {$ENDIF}