fileio.c
changeset 915 013cb2d74800
parent 810 7c51ba5a4368
child 1036 5f0c307fbadd
--- a/fileio.c	Thu Jan 06 17:40:57 2005 +0000
+++ b/fileio.c	Thu Jan 06 18:45:28 2005 +0000
@@ -110,7 +110,7 @@
 		for(s=buf + strlen(_path.data_dir) - 1; *s != 0; s++)
 			*s = tolower(*s);
 		f = fopen(buf, "rb");
-		
+
 #if defined SECOND_DATA_DIR
 	// tries in the 2nd data directory
 		if (f == NULL) {