summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/diimage.c')
-rw-r--r--src/emu/diimage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/diimage.c b/src/emu/diimage.c
index a965c5bf5e0..5345db27ec4 100644
--- a/src/emu/diimage.c
+++ b/src/emu/diimage.c
@@ -1229,9 +1229,9 @@ software_part *device_image_interface::find_software_item(const char *path, bool
if (swinfo_name == swlistdev->list_name())
{
- // ad hoc handling for the case path = swlist_name:swinfo_name (e.g.
- // gameboy:sml) which is not handled properly by software_name_split
- // since the function cannot distinguish between this and the case
+ // ad hoc handling for the case path = swlist_name:swinfo_name (e.g.
+ // gameboy:sml) which is not handled properly by software_name_split
+ // since the function cannot distinguish between this and the case
// path = swinfo_name:swpart_name
software_info *info = swlistdev->find(swpart_name);
if (info != NULL)