Fix segfault with --help

Fixed segfault when envy24control --help is called.
This commit is contained in:
Takashi Iwai 2004-09-15 16:57:23 +00:00
parent 01603e9b57
commit 4aaaae1db0

View file

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