From 55f8d00207a54cf3c1939cae097c2691cb8cf93c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 1 Dec 2015 17:28:49 +0800 Subject: [PATCH] JSDOC/PackerRun.vala --- JSDOC/PackerRun.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index b37d198..f149997 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -20,7 +20,7 @@ namespace JSDOC [CCode (array_length = false, array_null_terminated = true)] private static string[]? opt_files_from = null; public static bool opt_debug = false; - + public static bool opt_keep_whitespace = false; const OptionEntry[] options = { -- 2.39.2