Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e79c082

Browse files
Mathias Vorreiter Pedersenjbj
andauthored
Fix reference
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent 9e71e7f commit e79c082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Likely Bugs/Underspecified Functions/ImplicitFunctionDeclaration.qlhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ the function declaration has not been included.</p>
2323
</example>
2424

2525
<references>
26-
<li>SEI CERT C Coding Standard: <a href="https://wiki.sei.cmu.edu/confluence/display/c/DCL31-C.+Declare+identifiers+before+using+them"> DCL20-C. Explicitly specify void when a function accepts no arguments </a></li>
26+
<li>SEI CERT C Coding Standard: <a href="https://wiki.sei.cmu.edu/confluence/display/c/DCL31-C.+Declare+identifiers+before+using+them">DCL31-C. Declare identifiers before using them</a></li>
2727
</references>
2828
</qhelp>

0 commit comments

Comments
 (0)