doc: Add missing closing bracket in basic-query-for-cpp-code

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis
2022-06-10 09:49:52 +03:00
parent 4a025053cc
commit 3174c4fa9b

View File

@@ -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");