[ROSHTTPD]

Fix release build

svn path=/trunk/; revision=68101
This commit is contained in:
Daniel Reimer 2015-06-10 12:01:01 +00:00
parent b6f88d3326
commit 971503da5d

View file

@ -11,7 +11,7 @@
#if DBG
#define DPRINT(x, ...) printf(x)
#else
#define DPRINT(x...)
#define DPRINT(x, ...)
#endif
#endif /* __DEBUG_H */