We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a02505 commit 3174c4fCopy full SHA for 3174c4f
docs/codeql/codeql-language-guides/basic-query-for-cpp-code.rst
@@ -110,7 +110,7 @@ Browsing the results of our basic query shows that it could be improved. Among t
110
111
if (...) {
112
...
113
- } else if (!strcmp(option, "-verbose") {
+ } else if (!strcmp(option, "-verbose")) {
114
// nothing to do - handled earlier
115
} else {
116
error("unrecognized option");
0 commit comments