summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/info.c')
-rw-r--r--src/emu/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/info.c b/src/emu/info.c
index 51818ae4a6f..b7a91a484dd 100644
--- a/src/emu/info.c
+++ b/src/emu/info.c
@@ -904,7 +904,7 @@ static void print_game_images(FILE *out, const game_driver *game, const machine_
fprintf(out, " name=\"%s\"", xml_normalize_string(name));
fprintf(out, " briefname=\"%s\"", xml_normalize_string(shortname));
fprintf(out, "/>\n");
-
+
char *ext = strtok((char*)dev->file_extensions(),",");
while (ext != NULL)
{
@@ -912,7 +912,7 @@ static void print_game_images(FILE *out, const game_driver *game, const machine_
fprintf(out, " name=\"%s\"", xml_normalize_string(ext));
fprintf(out, "/>\n");
ext = strtok (NULL, ",");
- }
+ }
fprintf(out, "\t\t</device>\n");
}