try3
This commit is contained in:
parent
f9b28b0c4a
commit
bc5718ddb3
@ -86,7 +86,7 @@ int main() {
|
||||
printf("Crossed bracket %c in %d, expected %c\n", c, err-1, getExpectedClosing(stack[top]));
|
||||
}
|
||||
} else {
|
||||
printf("Missing closing brackets: %c", getExpectedClosing(stack[top]));
|
||||
printf("Missing closing brackets: %c\n", getExpectedClosing(stack[top]));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user