Update a1/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-25 20:12:09 +00:00
parent fedad5501d
commit ad45afcc0d

View File

@ -77,7 +77,7 @@ int main()
cs=pop_stack(&mystack);
else
{
printf("Unexpected closing bracket %c in %d\n", c,i);
printf("\nUnexpected closing bracket %c in %d\n", c,i);
is_ok=false;
}
if(c=='>' && cs!='<')