- Leftover from 41436
[reactos.git] / rosapps / applications / net / roshttpd / include / debug.h
index 5abdc96..38be08c 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <stdio.h>
 
-#ifdef DBG
+#if DBG
 #define DPRINT(x, ...)    printf(x)
 #else
 #define DPRINT(x...)