diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-16 03:17:09 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-16 06:14:59 +0200 |
commit | 44b601bc79e46722bc0f0862ee0ce34a2284ef11 (patch) | |
tree | c8825b4bdedf50d5b98b2e13a1f6a832f65626d9 /src/journal/microhttpd-util.h | |
parent | e0d856dd48d640f3d95efe7b769edec02373cc74 (diff) |
macro: clean up usage of gcc attributes
Always use our own macros, and name all our own macros the same style.
Diffstat (limited to 'src/journal/microhttpd-util.h')
-rw-r--r-- | src/journal/microhttpd-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/microhttpd-util.h b/src/journal/microhttpd-util.h index 20ad76990c..74d1668bdf 100644 --- a/src/journal/microhttpd-util.h +++ b/src/journal/microhttpd-util.h @@ -25,4 +25,4 @@ #include "macro.h" -void microhttpd_logger(void *arg, const char *fmt, va_list ap) _printf_attr_(2, 0); +void microhttpd_logger(void *arg, const char *fmt, va_list ap) _printf_(2, 0); |