summaryrefslogtreecommitdiff
path: root/fileio.c
diff options
context:
space:
mode:
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 9808f0061..c9fee6ba4 100644
--- a/fileio.c
+++ b/fileio.c
@@ -87,7 +87,7 @@ void FioReadBlock(void *ptr, uint size)
static inline void FioCloseFile(int slot)
{
if (_fio.handles[slot] != NULL) {
- fclose(_fio.handles[slot]);
+ fclose(_fio.handles[slot]);
_fio.handles[slot] = NULL;
}
}