Update a1/program.c
This commit is contained in:
parent
0ef11e0c0e
commit
f919aa8983
@ -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!='<')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user