1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
Gabor Adam Toth 2011-04-25 22:34:08 +02:00
parent a253f96283
commit 677d05b784

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