funguje
This commit is contained in:
parent
9abf1e9c6d
commit
1fe4f011fd
@ -229,7 +229,7 @@ int main()
|
||||
}
|
||||
if (is_open_bracket(previous) && closed_for_opened(previous)!=symb)
|
||||
{
|
||||
printf("Crossed bracket %c in %d, expected %c\n", symb, i, closed_for_opened(previous));
|
||||
printf("Crossed bracket %c in %d, expected %c \n", symb, i, closed_for_opened(previous));
|
||||
free(code);
|
||||
freeStack(stack);
|
||||
return 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user