(svn r24877) -Fix: some whitespace "errors"

This commit is contained in:
rubidium
2013-01-01 10:52:32 +00:00
parent 76a41cf88d
commit d5d96ba683
4 changed files with 134 additions and 134 deletions

View File

@@ -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;