mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +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>
|
||||
<p>A function is called without a prior function declaration or definition.
|
||||
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>This may indicate a misspelled function name, or that the required header containing
|
||||
|
||||
Reference in New Issue
Block a user