6
This commit is contained in:
parent
2138b86223
commit
f69ffea873
@ -56,7 +56,7 @@ int main(void) {
|
|||||||
}
|
}
|
||||||
char last = stack[top--];
|
char last = stack[top--];
|
||||||
if (match(last) != c)
|
if (match(last) != c)
|
||||||
(void)(printf("Crossed bracket %c in %d, expected %c\n ", c, i , match(last)), exit(0));
|
(void)(printf("Crossed bracket %c in %d, expected %c \n", c, i , match(last)), exit(0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user