Initializacia
This commit is contained in:
parent
2fa7918d0b
commit
3a54e83d46
@ -69,6 +69,7 @@ void check_brackets(const char *line) {
|
|||||||
|
|
||||||
if (stack_top >= 0) {
|
if (stack_top >= 0) {
|
||||||
printf("Missing closing brackets:");
|
printf("Missing closing brackets:");
|
||||||
|
printf(" ");
|
||||||
while (stack_top >= 0) {
|
while (stack_top >= 0) {
|
||||||
printf("%c", expected_closing(stack[stack_top].bracket));
|
printf("%c", expected_closing(stack[stack_top].bracket));
|
||||||
stack_top--;
|
stack_top--;
|
||||||
|
Loading…
Reference in New Issue
Block a user