mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
Bo Johansson <bjont97@student.vxu.se>
- fixes crash when an invalid option was given
This commit is contained in:
parent
994603c4f9
commit
361222a795
1 changed files with 2 additions and 1 deletions
|
|
@ -1391,7 +1391,8 @@ int main(int argc, char **argv)
|
|||
{"card", 1, 0, 'c'},
|
||||
{"inputs", 1, 0, 'i'},
|
||||
{"outputs", 1, 0, 'o'},
|
||||
{"spdif", 1, 0, 's'}
|
||||
{"spdif", 1, 0, 's'},
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue