mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Terminate long_options array
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
This commit is contained in:
parent
090fa69b51
commit
0cb4cc1de2
1 changed files with 2 additions and 1 deletions
|
|
@ -1006,7 +1006,8 @@ static void usage(void)
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
static struct option long_options[] = {
|
static struct option long_options[] = {
|
||||||
{"help", 0, 0, 'h'}
|
{"help", 0, 0, 'h'},
|
||||||
|
{ 0 , 0 , 0, 0 }
|
||||||
};
|
};
|
||||||
int c;
|
int c;
|
||||||
snd_config_t *conf;
|
snd_config_t *conf;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue