Skip to content

Commit 3174c4f

Browse files
committed
doc: Add missing closing bracket in basic-query-for-cpp-code
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent 4a02505 commit 3174c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/basic-query-for-cpp-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Browsing the results of our basic query shows that it could be improved. Among t
110110
111111
if (...) {
112112
...
113-
} else if (!strcmp(option, "-verbose") {
113+
} else if (!strcmp(option, "-verbose")) {
114114
// nothing to do - handled earlier
115115
} else {
116116
error("unrecognized option");

0 commit comments

Comments
 (0)