fileio.c
changeset 193 0a7025304867
parent 0 29654efe3188
child 561 9a0c469a251c
--- a/fileio.c	Fri Sep 10 18:54:23 2004 +0000
+++ b/fileio.c	Fri Sep 10 19:02:27 2004 +0000
@@ -101,7 +101,7 @@
 	char buf[MAX_PATH];
 
 	sprintf(buf, "%s%s", _path.data_dir, filename);
-	
+
 	f = fopen(buf, "rb");
 #if !defined(WIN32)
 	if (f == NULL) {
@@ -115,7 +115,7 @@
 
 	if (f == NULL)
 		error("Cannot open file '%s'", buf);
-	
+
 	_fio.handles[slot] = f;
 	FioSeekToFile(slot << 24);
 }