JSDOC/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 10:13:10 +0000 (18:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 10:13:10 +0000 (18:13 +0800)
JSDOC/PackerRun.vala

index d0f74cf..9041caf 100644 (file)
@@ -58,7 +58,7 @@ namespace JSDOC
                        try {
                                opt_context.set_help_enabled (true);
                                opt_context.add_main_entries (options, null);
-                               if (!opt_context.parse (ref args)) {
+                               if (!opt_context.parse (  args)) {
                                        print("options parse error");
                                        GLib.Process.exit(Posix.EXIT_FAILURE);
                                }