]> 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 8ee192cd177bd65e4f886cd39c29ab9498cb69a2..d2ab8287e88973e38066ff97e80ff738a17e144b 100644 (file)
--- a/fade.c
+++ b/fade.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1998-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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) {