summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/harddriv.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-19 19:29:25 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-19 19:29:25 +0000
commite6050ace10f2c2271c110d667e1b67a6b4367e25 (patch)
treef856b597851f07e2f9f7e95b4d49710c392d09e2 /src/emu/imagedev/harddriv.c
parenta8c80b5a5f5df38c8080bb369c4a7c0e9f2b4b57 (diff)
Cleanups and version bumpmame0142u6
Diffstat (limited to 'src/emu/imagedev/harddriv.c')
-rw-r--r--src/emu/imagedev/harddriv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/imagedev/harddriv.c b/src/emu/imagedev/harddriv.c
index 53039069fb2..19ec4128a5e 100644
--- a/src/emu/imagedev/harddriv.c
+++ b/src/emu/imagedev/harddriv.c
@@ -116,9 +116,9 @@ void harddisk_image_device::device_config_complete()
format->m_extensions = "chd,hd";
format->m_optspec = hd_option_spec;
format->m_next = NULL;
-
+
m_formatlist = format;
-
+
// set brief and instance name
update_names();
}