Skip to content

Commit

Permalink
make vargeno testable
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsunchen committed Aug 14, 2018
1 parent 5d268e4 commit 5f29418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@ int main(const int argc, const char *argv[])
{
if (argc < 2) {
print_help();
exit(EXIT_FAILURE);
return 0;
}

const char *opt = argv[1];
Expand Down

0 comments on commit 5f29418

Please sign in to comment.