Terminate long_options array

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
This commit is contained in:
Thomas Hood 2004-09-28 17:22:33 +00:00 committed by Takashi Iwai
parent 090fa69b51
commit 0cb4cc1de2

View File

@ -1006,7 +1006,8 @@ static void usage(void)
int main(int argc, char **argv)
{
static struct option long_options[] = {
{"help", 0, 0, 'h'}
{"help", 0, 0, 'h'},
{ 0 , 0 , 0, 0 }
};
int c;
snd_config_t *conf;