This commit is contained in:
Matej Hajduk 2025-10-21 19:06:36 +02:00
parent f07770fe29
commit 5918eae042

View File

@ -38,7 +38,7 @@ int main(void) {
}
else if (ch == ')' || ch == '}' || ch == ']' || ch == '>') {
if (top < 0) {
printf("Unexpected closing bracket %c in %d \n", ch, i);
printf("Unexpected closing bracket %c in %d\n", ch, i);
ok = 0;
break;
}