summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/image.c')
-rw-r--r--src/emu/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/image.c b/src/emu/image.c
index 3e24e1a9eea..9de80eaf6af 100644
--- a/src/emu/image.c
+++ b/src/emu/image.c
@@ -238,7 +238,7 @@ void image_device_init(running_machine &machine)
}
}
}
-
+
for (bool gotone = machine.devicelist().first(image); gotone; gotone = image->next(image))
{
/* is an image specified for this image */