Skip to content

Commit

Permalink
Merge pull request #346 from ncopa/fix-generate
Browse files Browse the repository at this point in the history
generate: fix type for option parsing
  • Loading branch information
bcopeland authored Oct 26, 2017
2 parents 5b48a30 + d170eb7 commit 8d086f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd-generate.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int cmd_generate(int argc, char **argv)
{"clip", no_argument, NULL, 'c'},
{0, 0, 0, 0}
};
char option;
int option;
int option_index;
char *username = NULL;
char *url = NULL;
Expand Down

0 comments on commit 8d086f6

Please sign in to comment.