diff --git a/include/patchelfcrc/reporting.h b/include/patchelfcrc/reporting.h index e6a3cb2..73ceef6 100644 --- a/include/patchelfcrc/reporting.h +++ b/include/patchelfcrc/reporting.h @@ -22,7 +22,8 @@ #include #define print_err(fmt, ...) fprintf(stderr, "[ERR] " fmt, ## __VA_ARGS__) -#define print_warn(fmt, ...) fprintf(stderr, "[WARN] " fmt, ## __VAR__ARGS__) + +#define print_warn(fmt, ...) fprintf(stderr, "[WARN] " fmt, ## __VA_ARGS__) void print_debug(const char *fmt, ...);