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); } }