1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-16 10:33:04 +08:00

fix PDEBUG macro

This commit is contained in:
rofl0r
2012-04-23 22:19:52 +02:00
Unverified
parent 49293b180d
commit f55c6bc4d5
+1 -1
View File
@@ -147,7 +147,7 @@ void pc_stringfromipv4(unsigned char *ip_buf_4_bytes, char *outbuf_16_bytes);
#ifdef DEBUG
# define PDEBUG(fmt, args...) fprintf(stderr,"DEBUG:"fmt, ## args)
#else
# define PDEBUG(fmt, args...)
# define PDEBUG(fmt, args...) do {} while (0)
#endif
#endif