This commit is contained in:
Your Name 2025-10-19 21:18:30 +02:00
parent 8da4564c35
commit 51cb0b74f0

View File

@ -217,7 +217,7 @@ int main()
{
if (stack->arr_pos<0)
{
printf("error first closed\n");
printf("Unexpected closing bracket %c in %d\n", symb, i);
free(code);
freeStack(stack);
return 0;