[ROSHTTPD]
authorDaniel Reimer <reimer.daniel@freenet.de>
Wed, 10 Jun 2015 12:01:01 +0000 (12:01 +0000)
committerDaniel Reimer <reimer.daniel@freenet.de>
Wed, 10 Jun 2015 12:01:01 +0000 (12:01 +0000)
Fix release build

svn path=/trunk/; revision=68101

rosapps/applications/net/roshttpd/include/debug.h

index 38be08c..3727242 100644 (file)
@@ -11,7 +11,7 @@
 #if DBG
 #define DPRINT(x, ...)    printf(x)
 #else
-#define DPRINT(x...)
+#define DPRINT(x...)
 #endif
 
 #endif /* __DEBUG_H */