mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
Fix segfault with --help
Fixed segfault when envy24control --help is called.
This commit is contained in:
parent
01603e9b57
commit
4aaaae1db0
1 changed files with 1 additions and 0 deletions
|
|
@ -1958,6 +1958,7 @@ int main(int argc, char **argv)
|
|||
{"spdif", 1, 0, 's'},
|
||||
{"profiles_file", 1, 0, 'f'},
|
||||
{"view_spdif_playback", 0, 0, 'v'},
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue