diff options
Diffstat (limited to 'lib/com_err/com_err.c')
-rw-r--r-- | lib/com_err/com_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/com_err/com_err.c b/lib/com_err/com_err.c index fe4cc2983c50..22a810f8f2a6 100644 --- a/lib/com_err/com_err.c +++ b/lib/com_err/com_err.c @@ -70,7 +70,7 @@ init_error_table(const char **msgs, long base, int count) static void KRB5_CALLCONV default_proc (const char *whoami, long code, const char *fmt, va_list args) - __attribute__((__format__(__printf__, 3, 0))); + __attribute__ ((__format__ (__printf__, 3, 0))); static void KRB5_CALLCONV default_proc (const char *whoami, long code, const char *fmt, va_list args) |