From 4c310a3f6d5dadcca58b7ce307dfd148809eb85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Tue, 2 Nov 2021 21:51:48 +0000 Subject: [PATCH] Add a missing newline. --- cc_types.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cc_types.c b/cc_types.c index 19c26b4..a09bcd4 100644 --- a/cc_types.c +++ b/cc_types.c @@ -288,6 +288,7 @@ struct type* type_name() fputs(global_token->s, stderr); fputs("\n", stderr); line_error(); + fputs("\n", stderr); exit(EXIT_FAILURE); } }