]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fade.c
Don't check return value of command line parsers unnecessarily.
[paraslash.git] / fade.c
diff --git a/fade.c b/fade.c
index fee8f8ca2af34ca8aef421ede07fc8f00763ab7b..d2ab8287e88973e38066ff97e80ff738a17e144b 100644 (file)
--- a/fade.c
+++ b/fade.c
@@ -292,8 +292,7 @@ int main(int argc, char *argv[])
        struct mixer *m;
        struct mixer_handle *h = NULL;
 
-       if (fade_cmdline_parser(argc, argv, &conf))
-               exit(EXIT_FAILURE);
+       fade_cmdline_parser(argc, argv, &conf);
        HANDLE_VERSION_FLAG("fade", conf);
        ret = configfile_exists();
        if (!ret && conf.config_file_given) {