summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.h b/log.h
index cd78a0a50b..232798afc2 100644
--- a/log.h
+++ b/log.h
@@ -31,7 +31,7 @@ void log_meta(
const char*file,
int line,
const char *func,
- const char *format, ...) __printf_attr(5,6);
+ const char *format, ...) _printf_attr(5,6);
#define log_debug(...) log_meta(LOG_DEBUG, __FILE__, __LINE__, __func__, __VA_ARGS__)
#define log_info(...) log_meta(LOG_INFO, __FILE__, __LINE__, __func__, __VA_ARGS__)