pspp-output: Minor coding style, comment fixes.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Jan 2021 06:20:42 +0000 (22:20 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Jan 2021 06:20:42 +0000 (22:20 -0800)
utilities/pspp-output.c

index d918496e8d44b0449bb094dd7018fbb1ee67f6bc..5ffb45388771e26a41c54715e125d5262086d4fa 100644 (file)
@@ -59,7 +59,7 @@
 static struct string_map output_options
     = STRING_MAP_INITIALIZER (output_options);
 
-/* --member-name: Include .zip member name in "dir" output. */
+/* --member-names: Include .zip member name in "dir" output. */
 static bool show_member_names;
 
 /* --show-hidden, --select, --commands, ...: Selection criteria. */
@@ -651,7 +651,7 @@ dump_xml (int argc, char **argv, const char *member_name,
               xmlXPathFreeContext (xpath_ctx);
             }
           if (any_results)
-            putchar ('\n');;
+            putchar ('\n');
         }
       xmlFreeDoc (doc);
     }