Accidentally a variable...

This commit is contained in:
Hackerpilot 2013-02-22 13:31:21 -08:00
parent d637e533bc
commit c843b0ff73
1 changed files with 1 additions and 0 deletions

1
main.d
View File

@ -101,6 +101,7 @@ int main(string[] args)
bool parenComplete; bool parenComplete;
bool highlight; bool highlight;
bool ctags; bool ctags;
bool json;
bool declaration; bool declaration;
bool recursive; bool recursive;
bool format; bool format;