diff options
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1042,7 +1042,7 @@ vdiag(const struct span *span, enum diagkind kind, const char *fmt, va_list ap) note(&(struct span){ span->sl }, "expanded from here"); } -void +void _Noreturn fatal(const struct span *span, const char *fmt, ...) { va_list ap; |