Browse Source

parser: fix typo in end operator

extensive was 0, so there is no change in behavior.
Vaclav Petras 5 năm trước cách đây
mục cha
commit
8dd0a05e16
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");