From d5d96ba6835c3cd53ddf0b0d1f022f1d8686abe6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 1 Jan 2013 10:52:32 +0000 Subject: (svn r24877) -Fix: some whitespace "errors" --- src/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileio.cpp') diff --git a/src/fileio.cpp b/src/fileio.cpp index 924141a85..43d5daf2b 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -238,7 +238,7 @@ static void FioFreeHandle() * @param slot Index to assign. * @param filename Name of the file at the disk. * @param subdir The sub directory to search this file in. - */ + */ void FioOpenFile(int slot, const char *filename, Subdirectory subdir) { FILE *f; -- cgit v1.2.3-54-g00ecf