summaryrefslogtreecommitdiff
path: root/src/gl/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl/error.c')
-rw-r--r--src/gl/error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gl/error.c b/src/gl/error.c
index 560865689e..31109df3b5 100644
--- a/src/gl/error.c
+++ b/src/gl/error.c
@@ -1,5 +1,5 @@
/* Error handler for noninteractive utilities
- Copyright (C) 1990-1998, 2000-2007, 2009-2013 Free Software Foundation, Inc.
+ Copyright (C) 1990-1998, 2000-2007, 2009-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software: you can redistribute it and/or modify
@@ -195,7 +195,7 @@ print_errno_message (int errnum)
#endif
}
-static void
+static void _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) _GL_ARG_NONNULL ((3))
error_tail (int status, int errnum, const char *message, va_list args)
{
#if _LIBC