mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Remove incorrect html tag
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
committed by
GitHub
parent
e79c0820ef
commit
aaf2679bf7
@@ -7,7 +7,7 @@
|
|||||||
<overview>
|
<overview>
|
||||||
<p>A function is called without a prior function declaration or definition.
|
<p>A function is called without a prior function declaration or definition.
|
||||||
When this happens, the compiler generates an implicit declaration of the function,
|
When this happens, the compiler generates an implicit declaration of the function,
|
||||||
specifying an integer return type and no parameters.</p>
|
specifying an integer return type and no parameters.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>This may indicate a misspelled function name, or that the required header containing
|
<p>This may indicate a misspelled function name, or that the required header containing
|
||||||
|
|||||||
Reference in New Issue
Block a user