Update a1/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-25 20:14:36 +00:00
parent 0ef11e0c0e
commit f919aa8983

View File

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