diff --git a/src/frontend/mame/mame.cpp b/src/frontend/mame/mame.cpp index c75d60f5130..0046d4c421e 100644 --- a/src/frontend/mame/mame.cpp +++ b/src/frontend/mame/mame.cpp @@ -134,7 +134,7 @@ void mame_machine_manager::start_luaengine() } catch (options_exception &) { - osd_printf_error("**Error loading plugin.ini**"); + osd_printf_error("**Error loading plugin.ini**\n"); } } }