Skip to content

Commit a4ecb7b

Browse files
authored
Merge pull request #9473 from ton31337/fix/missing_closing
doc: Add missing closing bracket in basic-query-for-cpp-code
2 parents a5e789c + 3174c4f commit a4ecb7b

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)