From c0407f073bf7afe26407c4add5cfeaf7104913c9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 11 Nov 2016 18:49:32 +0100 Subject: Added IS_ENABLED, so we have compiler check for non used part, it is checked but not compiled in (nw) false and true now used instead of integer where used as bool --- src/emu/debug/debugcmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/debug/debugcmd.cpp') diff --git a/src/emu/debug/debugcmd.cpp b/src/emu/debug/debugcmd.cpp index 620f83985b5..6c6cbdf0e20 100644 --- a/src/emu/debug/debugcmd.cpp +++ b/src/emu/debug/debugcmd.cpp @@ -529,7 +529,7 @@ bool debugger_commands::debug_command_parameter_command(const char *param) m_console.printf("Error in command: %s\n", param); m_console.printf(" %*s^", CMDERR_ERROR_OFFSET(err), ""); m_console.printf("%s\n", debugger_console::cmderr_to_string(err)); - return 0; + return false; } /*------------------------------------------------- -- cgit v1.2.3