mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
doc: Add missing closing bracket in basic-query-for-cpp-code
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
@@ -110,7 +110,7 @@ Browsing the results of our basic query shows that it could be improved. Among t
|
||||
|
||||
if (...) {
|
||||
...
|
||||
} else if (!strcmp(option, "-verbose") {
|
||||
} else if (!strcmp(option, "-verbose")) {
|
||||
// nothing to do - handled earlier
|
||||
} else {
|
||||
error("unrecognized option");
|
||||
|
||||
Reference in New Issue
Block a user