This commit is contained in:
Oleksandr Hryshchenko 2021-11-29 19:29:43 +00:00
parent 91186921dd
commit 23c05f865d

View File

@ -49,11 +49,7 @@ int main(){
}
else {
if (x != 0){
}
else {
if (x == 0){
printf ("Read: %s\nUnexpected closing bracket %c in %d\n",string, BB[i], i);
return 0;
}