misc/libphyslayer/physfsrwops.c
changeset 10017 de822cd3df3a
parent 9378 2be457289e60
child 11656 227718170097
--- a/misc/libphyslayer/physfsrwops.c	Tue Jan 21 22:38:13 2014 +0100
+++ b/misc/libphyslayer/physfsrwops.c	Tue Jan 21 22:43:06 2014 +0100
@@ -95,7 +95,7 @@
         SDL_SetError("Attempt to seek past start of file.");
         return -1;
     } /* if */
-    
+
     if (!PHYSFS_seek(handle, (PHYSFS_uint64) pos))
     {
         SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());