mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 09:19:46 +01:00
Fixed small bug..
This commit is contained in:
parent
cf069e337e
commit
288c349c33
1 changed files with 1 additions and 1 deletions
|
@ -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) ?
|
||||
|
|
Loading…
Reference in a new issue