Bo Johansson <bjont97@student.vxu.se>

- fixes crash when an invalid option was given
This commit is contained in:
Jaroslav Kysela 2003-10-10 07:47:38 +00:00
parent 994603c4f9
commit 361222a795

View file

@ -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}
};