瀏覽代碼

parser: fix typo in end operator

extensive was 0, so there is no change in behavior.
Vaclav Petras 5 年之前
父節點
當前提交
8dd0a05e16
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/gis/parser_help.c

+ 1 - 1
lib/gis/parser_help.c

@@ -96,7 +96,7 @@ static void usage(FILE *fp, int markers)
                 fprintf(fp, "%s\n", st->module_info.description);
         }
     }
-    if (extensive &&& st->module_info.keywords) {
+    if (extensive && st->module_info.keywords) {
 	fprintf(fp, "\n");
 	if (markers)
 	    fprintf(fp, "{{{KEYWORDS}}}\n");