summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-07-09 03:21:32 +1000
committer Vas Crabb <vas@vastheman.com>2017-07-09 03:21:32 +1000
commitd18aa3e097a4e6c4abe43b175ab08c64c2a5bcbd (patch)
treea6d649ad9f223c21988e5f435c6eb8e941444961 /src/emu/image.cpp
parent962fa2ffac3300eb32d24e274bffb7104bd7e653 (diff)
never hurts to srcclean (nw)
Diffstat (limited to 'src/emu/image.cpp')
-rw-r--r--src/emu/image.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/image.cpp b/src/emu/image.cpp
index cd7329b13ef..e93362c6603 100644
--- a/src/emu/image.cpp
+++ b/src/emu/image.cpp
@@ -191,8 +191,8 @@ void image_manager::options_extract()
// 2. When is_reset_on_load(), and this results in a device being unmounted (unmounting is_reset_and_load()
// doesn't force an unmount).
//
- // Note that as a part of #2, we cannot extract the option when the image in question is a part of an
- // active reset_on_load; hence the check for is_reset_and_loading() (see issue #2414)
+ // Note that as a part of #2, we cannot extract the option when the image in question is a part of an
+ // active reset_on_load; hence the check for is_reset_and_loading() (see issue #2414)
if (!image.is_reset_on_load()
|| (!image.exists() && !image.is_reset_and_loading() && !machine().options().image_option(image.instance_name()).value().empty()))
{