Explorar o código

parser: fix typo in end operator

extensive was 0, so there is no change in behavior.
Vaclav Petras %!s(int64=5) %!d(string=hai) anos
pai
achega
8dd0a05e16
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");