mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-27 01:31:08 +00:00
Terminate long_options array
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
This commit is contained in:
parent
090fa69b51
commit
0cb4cc1de2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user