aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.c b/src/debug.c
index 3be9d21..734ce0e 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -134,7 +134,7 @@ void semantic_error(struct file_ctx fctx, struct ast *node,
}
void type_error(struct file_ctx fctx, struct type *node,
- const char *fmt, ...)
+ const char *fmt, ...)
{
va_list args;
va_start(args, fmt);
@@ -173,7 +173,7 @@ void semantic_info(struct file_ctx fctx, struct ast *node, const char *fmt,
}
void type_info(struct file_ctx fctx, struct type *node, const char *fmt,
- ...)
+ ...)
{
va_list args;
va_start(args, fmt);