diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-09 18:43:02 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-09 18:43:02 +0300 |
| commit | 7294673a9889f968eef86930d4e09f47070439fc (patch) | |
| tree | c1ef47a0fbc30323b2d15e0276945bf53d997488 /src/debug.c | |
| parent | eda6bcd42128a3e555c99a68f5b31c7e85518fe5 (diff) | |
| download | ek-7294673a9889f968eef86930d4e09f47070439fc.tar.gz ek-7294673a9889f968eef86930d4e09f47070439fc.zip | |
formatting
Diffstat (limited to 'src/debug.c')
| -rw-r--r-- | src/debug.c | 4 |
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); |
