summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/mame.cpp')
-rw-r--r--src/frontend/mame/mame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/mame.cpp b/src/frontend/mame/mame.cpp
index bfd98bc17fe..b7ec46717d3 100644
--- a/src/frontend/mame/mame.cpp
+++ b/src/frontend/mame/mame.cpp
@@ -135,7 +135,7 @@ void mame_machine_manager::start_luaengine()
{
// user may specify environment variables; subsitute them
osd_subst_env(pluginpath, pluginpath);
-
+
// and then scan the directory recursively
m_plugins->scan_directory(pluginpath, true);
}