Update InsufficientControlFlowManagementAfterRefactoringTheCode.c

This commit is contained in:
ihsinme
2021-04-12 08:15:36 +03:00
committed by GitHub
parent 17d1c77a14
commit 3da88f2103

View File

@@ -10,7 +10,7 @@ while(flagsLoop)
...
if(flagsIf) break;
...
} // GOOD: coreten cycle
} // GOOD: correct cycle
...
if(intA+intB) return 1; // BAD: possibly no comparison
...