summaryrefslogtreecommitdiff
path: root/fileio.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-08-04 23:33:05 +0000
committerDarkvater <Darkvater@openttd.org>2006-08-04 23:33:05 +0000
commit19953136196cd094fab641562e3739bfe1b2cd52 (patch)
treef825341253cc3ebeac65e1de4dd99010ebb237a1 /fileio.c
parent2693673bf3d753bbed194f2881c732a133b56614 (diff)
downloadopenttd-19953136196cd094fab641562e3739bfe1b2cd52.tar.xz
(svn r5761) - Cleanup: Really minor whitespace changes, and remove an extern from a function decleration in header file.
Diffstat (limited to 'fileio.c')
-rw-r--r--fileio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fileio.c b/fileio.c
index 912e72be6..b0206820c 100644
--- a/fileio.c
+++ b/fileio.c
@@ -68,7 +68,6 @@ void FioSkipBytes(int n)
}
}
-
uint16 FioReadWord(void)
{
byte b = FioReadByte();