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 */