--- a/hedgewars/uPhysFSLayer.pas Wed Jun 19 00:19:33 2013 +0400
+++ b/hedgewars/uPhysFSLayer.pas Wed Jun 19 00:52:21 2013 +0400
@@ -29,11 +29,11 @@
function pfsExists(fname: shortstring): boolean;
-{ $IFNDEF PAS2C}
+{$IFNDEF PAS2C}
function physfsReader(L: Plua_State; f: PFSFile; sz: Psize_t) : PChar; cdecl; external PhyslayerLibName;
procedure physfsReaderSetBuffer(buf: pointer); cdecl; external PhyslayerLibName;
procedure hedgewarsMountPackage(filename: PChar); cdecl; external PhyslayerLibName;
-{ $ENDIF}
+{$ENDIF}
implementation
uses uUtils, uVariables;