[ROSHTTPD]
[reactos.git] / 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 */