summaryrefslogtreecommitdiff
path: root/src/fzy.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-06-19 23:18:26 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-06-19 23:18:38 -0700
commit9bb252f25cfdbfb5d605c84b7de3e979a398d035 (patch)
tree85b0cf944fd354854761fc3a93ac78f919d24247 /src/fzy.c
parent12bd59c5ad9f437f1555dd22b1a792c6d4ce490a (diff)
Remove options global variable
Diffstat (limited to 'src/fzy.c')
-rw-r--r--src/fzy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fzy.c b/src/fzy.c
index f19f6e4..654bd40 100644
--- a/src/fzy.c
+++ b/src/fzy.c
@@ -12,9 +12,8 @@
#include "../config.h"
-options_t options;
-
int main(int argc, char *argv[]) {
+ options_t options;
options_parse(&options, argc, argv);
choices_t choices;