1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

Merge commit 'origin'

This commit is contained in:
psyc://psyced.org/~lynX 2011-04-25 22:39:06 +02:00
commit dcbc8cd81a

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