summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/image.cpp')
-rw-r--r--src/emu/image.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/image.cpp b/src/emu/image.cpp
index d49c395bbdf..76de04714fb 100644
--- a/src/emu/image.cpp
+++ b/src/emu/image.cpp
@@ -231,7 +231,7 @@ void image_manager::postdevice_init()
{
/* retrieve image error message */
std::string image_err = std::string(image->error());
-
+
/* unload all images */
unload_all();
@@ -243,4 +243,3 @@ void image_manager::postdevice_init()
/* add a callback for when we shut down */
machine().add_notifier(MACHINE_NOTIFY_EXIT, machine_notify_delegate(FUNC(image_manager::unload_all), this));
}
-