diff util.c @ 883:9f149f0e98b7

It is now possible to switch back and forth between the menu ROM and the game
author Michael Pavone <pavone@retrodev.com>
date Fri, 13 Nov 2015 19:15:37 -0800
parents a77670cd178d
children 252dfd29831d
line wrap: on
line diff
--- a/util.c	Mon Nov 09 22:34:36 2015 -0800
+++ b/util.c	Fri Nov 13 19:15:37 2015 -0800
@@ -23,9 +23,9 @@
 #define warning_puts(msg) fputs(stderr, msg);
 #define fatal_puts(msg) fputs(stderr, msg);
 
-#define info_printf(msg, args vprintf(msg, args)
-#define warning_printf(msg, args vfprintf(stderr, msg, args)
-#define fatal_printf(msg, args vfprintf(stderr, msg, args)
+#define info_printf(msg, args) vprintf(msg, args)
+#define warning_printf(msg, args) vfprintf(stderr, msg, args)
+#define fatal_printf(msg, args) vfprintf(stderr, msg, args)
 #endif
 
 #include "blastem.h" //for headless global