From df77ee151b75fe175f40ae8f341741e28c3428c0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 17:55:34 +0800 Subject: [PATCH] JSDOC/PackerRun.vala --- JSDOC/PackerRun.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 7f3247b..383a1ce 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -35,8 +35,8 @@ namespace JSDOC public static string opt_tmpdir = ""; - public static string[] opt_files; - public static string[] opt_files_from; + public static string[]? opt_files; + public static string[]? opt_files_from; public static bool opt_debug = false; -- 2.39.2