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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/fileio.c b/src/emu/fileio.c
index 9540d62a1fc..c551ab1fce7 100644
--- a/src/emu/fileio.c
+++ b/src/emu/fileio.c
@@ -263,7 +263,7 @@ static file_error fopen_internal(core_options *opts, path_iterator *iterator, co
break;
}
}
-
+
/* if we succeeded, save the iterator */
if (filerr == FILERR_NONE)
(*file)->iterator = *iterator;
@@ -394,8 +394,8 @@ void mame_fclose(mame_file *file)
/*-------------------------------------------------
- mame_fclose_and_open_next - close an open
- file, and open the next entry in the original
+ mame_fclose_and_open_next - close an open
+ file, and open the next entry in the original
searchpath
-------------------------------------------------*/