summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-12-24 21:49:38 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-12-24 21:49:38 +0000
commit7e812d10d32fb891c6ea7855ed5446c2c294595b (patch)
tree31ffcf10647e5e6a262439c1bca0f1b32166afd3 /src/emu/image.c
parent27ea28c63b15132d10888d4aead964f3718cfb23 (diff)
Clean-ups and version bumpmame0144u4
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 */