Skip to content

Commit

Permalink
no longer exit when using -v to display version and licensing informa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
rdewaele committed Apr 11, 2012
1 parent b25d9e0 commit 8aa2b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ void setOptions(int argc, const char * argv[]) {
printf("Copyright (C) %s %s\n", YEAR, AUTHOR);
printf("Released under the %s license.\n", LICENSE);
printf("\n%s\n", DISCLAIMER);
exit(EXIT_SUCCESS);
}

optCon = poptFreeContext(optCon);
Expand Down

0 comments on commit 8aa2b62

Please sign in to comment.