Add a missing newline.

This commit is contained in:
Andrius Štikonas 2021-11-02 21:51:48 +00:00
parent 2da7b3f9a0
commit 4c310a3f6d
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ struct type* type_name()
fputs(global_token->s, stderr);
fputs("\n", stderr);
line_error();
fputs("\n", stderr);
exit(EXIT_FAILURE);
}
}