summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/fileio.c')
-rw-r--r--src/emu/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/fileio.c b/src/emu/fileio.c
index c551ab1fce7..67a41194b4e 100644
--- a/src/emu/fileio.c
+++ b/src/emu/fileio.c
@@ -55,7 +55,7 @@ struct _mame_file
#endif
astring * filename; /* full filename */
core_file * file; /* core file pointer */
- path_iterator iterator; /* iterator for paths */
+ path_iterator iterator; /* iterator for paths */
UINT32 openflags; /* flags we used for the open */
char hash[HASH_BUF_SIZE]; /* hash data for the file */
zip_file * zipfile; /* ZIP file pointer */