From 971503da5d9b1e99fe902f067f971948420f4799 Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Wed, 10 Jun 2015 12:01:01 +0000 Subject: [PATCH] [ROSHTTPD] Fix release build svn path=/trunk/; revision=68101 --- rosapps/applications/net/roshttpd/include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.17.1