aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index d6dbee6e8f..ca0e0cf5c7 100644
--- a/error.c
+++ b/error.c
@@ -53,7 +53,7 @@ err_snprintf(char *buf, long len, const char *fmt, va_list args)
}
}
-static void err_append _((const char*));
+static void err_append(const char*);
static void
err_print(const char *fmt, va_list args)
{