From: Daniel Reimer Date: Wed, 10 Jun 2015 12:01:01 +0000 (+0000) Subject: [ROSHTTPD] X-Git-Tag: backups/colins-printing-for-freedom@73041~15^2~125 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=971503da5d9b1e99fe902f067f971948420f4799;ds=sidebyside [ROSHTTPD] Fix release build svn path=/trunk/; revision=68101 --- diff --git a/rosapps/applications/net/roshttpd/include/debug.h b/rosapps/applications/net/roshttpd/include/debug.h index 38be08c7f75..37272427234 100644 --- a/rosapps/applications/net/roshttpd/include/debug.h +++ b/rosapps/applications/net/roshttpd/include/debug.h @@ -11,7 +11,7 @@ #if DBG #define DPRINT(x, ...) printf(x) #else -#define DPRINT(x...) +#define DPRINT(x, ...) #endif #endif /* __DEBUG_H */