This commit is contained in:
tg(x) 2011-04-25 22:34:08 +02:00
parent 16d24be752
commit 3c9e124bda
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#ifdef DEBUG
# include <stdio.h>
# define PP(args) printf(args);
# define PP(args) printf args;
#else
# define PP(args)
#endif