From 677d05b7840b7b0ed438857a651ea37e2d859dbb Mon Sep 17 00:00:00 2001 From: Gabor Adam Toth 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