summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/softlist.cpp')
-rw-r--r--src/emu/softlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/softlist.cpp b/src/emu/softlist.cpp
index a8cdbb0f19f..ce0aee13a92 100644
--- a/src/emu/softlist.cpp
+++ b/src/emu/softlist.cpp
@@ -278,7 +278,7 @@ software_list_device::software_list_device(const machine_config &mconfig, const
m_list_type(SOFTWARE_LIST_ORIGINAL_SYSTEM),
m_filter(NULL),
m_parsed(false),
- m_file(mconfig.options().hash_path(), OPEN_FLAG_READ),
+ m_file(mconfig.options().hash_path(), OPEN_FLAG_READ),
m_description(NULL)
{
}