This commit is contained in:
Nikita Ivanov 2022-06-08 08:43:18 +05:00
parent ecf560c2b8
commit 17f917f141
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -167,7 +167,7 @@ static int commands(void)
while (1) {
CHECK_NULL(accept(TOK_EOF));
CHECK_OK(command());
CHECK_OK_NULL(accept(TOK_NEW_LN));
CHECK_OK(accept(TOK_NEW_LN));
}
}