Reorganize and comment better main()

This commit is contained in:
ISSOtm
2021-01-22 11:09:27 +01:00
parent effc58241d
commit 592e9b3725
2 changed files with 11 additions and 5 deletions

View File

@@ -488,7 +488,7 @@ void sect_EndUnion(void)
void sect_CheckUnionClosed(void)
{
if (unionStack)
fatalerror("Unterminated UNION construct!\n");
error("Unterminated UNION construct!\n");
}
/*