summaryrefslogtreecommitdiff
path: root/lib/sbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbuf.h')
-rw-r--r--lib/sbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbuf.h b/lib/sbuf.h
index b1518a3aa8..9f0311006d 100644
--- a/lib/sbuf.h
+++ b/lib/sbuf.h
@@ -78,7 +78,7 @@ const char *sbuf_buf(struct sbuf *buf);
void sbuf_free(struct sbuf *buf);
#include "lib/log.h"
void sbuf_push(struct sbuf *buf, int indent, const char *format, ...)
- PRINTF_ATTRIBUTE(3, 4);
+ PRINTFRR(3, 4);
#ifdef __cplusplus
}