diff options
Diffstat (limited to 'src/gamma-coopgamma.c')
-rw-r--r-- | src/gamma-coopgamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-coopgamma.c b/src/gamma-coopgamma.c index e108e86..db0db4a 100644 --- a/src/gamma-coopgamma.c +++ b/src/gamma-coopgamma.c @@ -422,7 +422,7 @@ coopgamma_set_option(struct gamma_state *state, const char *key, const char *val printf(" %s\n", state->methods[i]); if (ferror(stdout)) eprintf("printf:"); - exit(EXIT_SUCCESS); + exit(0); } state->method = estrdup(value); } else if (!strcasecmp(key, "display")) { |