hedgewars/uPhysFSLayer.pas
changeset 10015 4feced261c68
parent 10009 88929358d2e1
parent 9950 2759212a27de
child 10078 8572d1f8b2f0
--- a/hedgewars/uPhysFSLayer.pas	Sun Jan 19 00:18:28 2014 +0400
+++ b/hedgewars/uPhysFSLayer.pas	Tue Jan 21 22:38:13 2014 +0100
@@ -40,7 +40,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) : LongBool; cdecl; external PhysfsLibName;