Skip to content

Commit aaf2679

Browse files
Mathias Vorreiter Pedersenjbj
andauthored
Remove incorrect html tag
Co-Authored-By: Jonas Jensen <jbj@github.com>
1 parent e79c082 commit aaf2679

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
@@ -7,7 +7,7 @@
77
<overview>
88
<p>A function is called without a prior function declaration or definition.
99
When this happens, the compiler generates an implicit declaration of the function,
10-
specifying an integer return type and no parameters.</p>
10+
specifying an integer return type and no parameters.
1111
</p>
1212

1313
<p>This may indicate a misspelled function name, or that the required header containing

0 commit comments

Comments
 (0)