aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 0d11473..47e53f2 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -147,7 +147,7 @@ void type_error(struct file_ctx fctx, struct type *node,
}
void loc_error(struct file_ctx fctx, struct src_loc loc,
- const char *fmt, ...)
+ const char *fmt, ...)
{
va_list args;
va_start(args, fmt);