doc: fix code example which may provoke warning
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 15 Apr 2007 11:50:41 +0000 (11:50 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 15 Apr 2007 11:50:41 +0000 (11:50 -0000)
docs/style-guide.txt

index 5bb3441..381275a 100644 (file)
@@ -682,7 +682,7 @@ Then have long options defined:
        static const struct option <applet>_long_options[] = {
                { "list",    0, NULL, 't' },
                { "extract", 0, NULL, 'x' },
-               { NULL }
+               { NULL, 0, NULL, 0 }
        };
 
 And a code block similar to the following near the top of your applet_main()