mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
(nw) Fixed warning message.
This commit is contained in:
parent
2fb87f3339
commit
35c6cf50eb
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user