mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-07-09 10:57:06 +02:00
Fix
This commit is contained in:
2
config.c
2
config.c
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user