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

Skip to content

Commit 8e7521d

Browse files
authored
C++: add missing close-paragraph tag to qhelp
1 parent 4bfe89c commit 8e7521d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p>This rule finds calls to functions that are dangerous to
77
use. Currently, it checks for calls
88
to <code>gmtime</code>, <code>localtime</code>,
9-
<code>ctime</code> and <code>asctime</code>.
9+
<code>ctime</code> and <code>asctime</code>.</p>
1010

1111
<p>The time related functions such as <code>gmtime</code>
1212
fill data into a <code>tm</code> struct or <code>char</code> array in

0 commit comments

Comments
 (0)