hedgewars/uPhysFSLayer.pas
branchwebgl
changeset 8839 caa57115d7ea
parent 8833 c13ebed437cb
child 9127 e350500c4edb
--- a/hedgewars/uPhysFSLayer.pas	Tue Apr 02 23:43:39 2013 +0400
+++ b/hedgewars/uPhysFSLayer.pas	Wed Apr 03 00:03:46 2013 +0400
@@ -43,7 +43,7 @@
 
 function PHYSFS_init(argv0: PChar) : LongInt; cdecl; external PhysfsLibName;
 function PHYSFS_deinit() : LongInt; cdecl; external PhysfsLibName;
-function PHYSFSRWOPS_openRead(fname: PChar): PSDL_RWops; cdecl ; external PhyslayerLibName;
+function PHYSFSRWOPS_openRead(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;
 function PHYSFSRWOPS_openWrite(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;
 
 function PHYSFS_mount(newDir, mountPoint: PChar; appendToPath: LongBool) : LongInt; cdecl; external PhysfsLibName;