(nw) Fixed warning message.

This commit is contained in:
Robbbert 2017-05-06 11:18:43 +10:00
parent 2fb87f3339
commit 35c6cf50eb

View File

@ -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");
}
}
}