From 3c9e124bda2fcf092055fc2399b04a001ccfef63 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Mon, 25 Apr 2011 22:34:08 +0200 Subject: [PATCH] printf --- include/psyc/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psyc/debug.h b/include/psyc/debug.h index 986dfc0..073b280 100644 --- a/include/psyc/debug.h +++ b/include/psyc/debug.h @@ -3,7 +3,7 @@ #ifdef DEBUG # include -# define PP(args) printf(args); +# define PP(args) printf args; #else # define PP(args) #endif