Skip to content

Commit

Permalink
example.c: Fix parse argument error
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Jul 2, 2020
1 parent 2674d6c commit 2c1b284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ int main(int argc, char **argv)
break;
case 's':
ssl = true;
break;
case 'v':
verbose = true;
break;
Expand Down

0 comments on commit 2c1b284

Please sign in to comment.