From f815b9be23000de3f4aa80931b376f712e19c334 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 17:15:07 +0800 Subject: [PATCH] JSDOC/PackerRun.vala --- JSDOC/PackerRun.vala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 4a0031a..a05e776 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -28,13 +28,13 @@ namespace JSDOC { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null }, { null } }; - public static string opt_target; - public static string opt_tmpdir; + public static string opt_target = ""; + public static string opt_tmpdir = ""; - public static string[] opt_files; - public static string opt_files_from; - public static bool opt_debug; + public static string[] opt_files = {}; + public static string opt_files_from = ""; + public static bool opt_debug = false; -- 2.39.2