Browse code

Remove options global variable

John Hawthorn authored on 20/06/2016 06:18:26
Showing 1 changed files

... ...
@@ -12,9 +12,8 @@
12 12
 
13 13
 #include "../config.h"
14 14
 
15
-options_t options;
16
-
17 15
 int main(int argc, char *argv[]) {
16
+	options_t options;
18 17
 	options_parse(&options, argc, argv);
19 18
 
20 19
 	choices_t choices;