]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fixed small bug..
authorJaroslav Kysela <perex@perex.cz>
Mon, 18 Jan 1999 22:41:28 +0000 (22:41 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Jan 1999 22:41:28 +0000 (22:41 +0000)
alsactl/alsactl.c

index d331e758e035d0c354ec2002f8b91f3639d7c37b..34beb704ca11e8f80db57e602f37e2c454aa75b7 100644 (file)
@@ -198,7 +198,7 @@ int main(int argc, char *argv[])
                return 0;
        }
        if (!strcmp(argv[optind], "store")) {
-               return store_setup(argc - optind > 1 ? argv[optind + 1] : NULL)
+               return store_setup(argc - optind > 1 ? argv[optind + 1] : NULL) ?
                    1 : 0;
        } else if (!strcmp(argv[optind], "restore")) {
                return restore_setup(argc - optind > 1 ? argv[optind + 1] : NULL) ?