From 35c6cf50ebdea3b55c5e72556d2036c1b46aa754 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sat, 6 May 2017 11:18:43 +1000 Subject: [PATCH] (nw) Fixed warning message. --- src/frontend/mame/mame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } }