]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Terminate long_options array
authorThomas Hood <jdthood@yahoo.co.uk>
Tue, 28 Sep 2004 17:22:33 +0000 (17:22 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Sep 2004 17:22:33 +0000 (17:22 +0000)
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
aserver/aserver.c

index bf72b7dac67d430f31f37b23bc1e4e145e8f0794..481b0ae758074aca4ab5015e3f493ac3118e3779 100644 (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;