Author: dreimer
Date: Wed Jun 10 12:01:01 2015
New Revision: 68101
URL:
http://svn.reactos.org/svn/reactos?rev=68101&view=rev
Log:
[ROSHTTPD]
Fix release build
Modified:
trunk/rosapps/applications/net/roshttpd/include/debug.h
Modified: trunk/rosapps/applications/net/roshttpd/include/debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/net/roshttpd/…
==============================================================================
--- trunk/rosapps/applications/net/roshttpd/include/debug.h [iso-8859-1] (original)
+++ trunk/rosapps/applications/net/roshttpd/include/debug.h [iso-8859-1] Wed Jun 10
12:01:01 2015
@@ -11,7 +11,7 @@
#if DBG
#define DPRINT(x, ...) printf(x)
#else
-#define DPRINT(x...)
+#define DPRINT(x, ...)
#endif
#endif /* __DEBUG_H */