--- 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}