fixed compilation errors when DEBUG is switched on
[deliverable/titan.core.git] / common / memory.h
index 9ae9d88c79309360a4d8918cabbd2113da64158a..6f4a3f8071d88608ed2d7453fe9de670a8bb2284 100644 (file)
@@ -143,7 +143,7 @@ extern "C" {
 #if defined(__GNUC__) && __GNUC__ < 3
 #  define mprintf(f, args...) mprintf_dbg(__FILE__, __LINE__, f, ## args)
 #else
-#  define mprintf(f,...) mprintf_dbg(__FILE__, __LINE__, f, __VA_ARGS__)
+#  define mprintf(...) mprintf_dbg(__FILE__, __LINE__, __VA_ARGS__)
 #endif
 #endif
 
This page took 0.024187 seconds and 5 git commands to generate.