From c843b0ff734677c1c6c4f8314cd513f8ddd6a1b3 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 22 Feb 2013 13:31:21 -0800 Subject: [PATCH] Accidentally a variable... --- main.d | 1 + 1 file changed, 1 insertion(+) diff --git a/main.d b/main.d index 1dad5d7..37ad276 100644 --- a/main.d +++ b/main.d @@ -101,6 +101,7 @@ int main(string[] args) bool parenComplete; bool highlight; bool ctags; + bool json; bool declaration; bool recursive; bool format;