funguje
This commit is contained in:
parent
858cc9a558
commit
ab4de8b3ca
@ -240,7 +240,7 @@ int main()
|
||||
|
||||
if (stack->arr_pos>=0)
|
||||
{
|
||||
printf("Missing closing brackets: %c", closed_for_opened(stack->brackets[stack->arr_pos]));
|
||||
printf("Missing closing brackets: %c\n", closed_for_opened(stack->brackets[stack->arr_pos]));
|
||||
free(code);
|
||||
freeStack(stack);
|
||||
return 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user