summaryrefslogtreecommitdiff
path: root/fileio.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-06 18:45:28 +0000
committertron <tron@openttd.org>2005-01-06 18:45:28 +0000
commit8b7c1e94e19425b5aee91dbf938d1f7efda2b521 (patch)
tree64071b84d0e82fc090b093f501dd16dcaf282faa /fileio.c
parent2c9cd8f68c1bf491e4c887de2899f0e0601c297c (diff)
downloadopenttd-8b7c1e94e19425b5aee91dbf938d1f7efda2b521.tar.xz
(svn r1402) Trim trailing whitespace
Diffstat (limited to 'fileio.c')
-rw-r--r--fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileio.c b/fileio.c
index 27a22b193..6fc6f6742 100644
--- a/fileio.c
+++ b/fileio.c
@@ -110,7 +110,7 @@ void FioOpenFile(int slot, const char *filename)
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) {