Skip to content

Commit 8c3980d

Browse files
ihsinmegeoffw0
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-1126/DeclarationOfVariableWithUnnecessarilyWideScope.c
Co-authored-by: Geoffrey White <[email protected]>
1 parent 98f7f70 commit 8c3980d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-1126/DeclarationOfVariableWithUnnecessarilyWideScope.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ while(intIndex > 2)
33
...
44
intIndex--;
55
...
6-
} // GOOD: coreten cycle
6+
} // GOOD: correct cycle
77
...
88
while(intIndex > 2)
99
{

0 commit comments

Comments
 (0)