Update a1/program.c
This commit is contained in:
parent
98ce9e4cc0
commit
ba66ca38db
@ -49,7 +49,7 @@ void check_brackets(const char *code) {
|
||||
|
||||
// Перевірка, чи всі дужки закриті
|
||||
if (stack_top >= 0) {
|
||||
printf("Missing closing bracket: %c\n", expected_close(stack[stack_top]));
|
||||
printf("Missing closing brackets: %c\n", expected_close(stack[stack_top]));
|
||||
} else {
|
||||
printf("All brackets OK\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user