1
0
mirror of https://github.com/NikitaIvanovV/ctpv.git synced 2025-07-09 10:57:06 +02:00
This commit is contained in:
Nikita Ivanov
2022-06-08 08:43:18 +05:00
parent ecf560c2b8
commit 17f917f141

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