summaryrefslogtreecommitdiff
path: root/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'err.c')
-rw-r--r--err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/err.c b/err.c
index 2927ba0..0a519c1 100644
--- a/err.c
+++ b/err.c
@@ -138,7 +138,7 @@ static void err_print_(
int line, const char *file,
#endif
Location where, const char *fmt, ...) {
- va_list args;
+ va_list args;
if (where.ctx && !where.ctx->enabled) return;
#if ERR_SHOW_SOURCE_LOCATION
if (file)