doc: fix code example which may provoke warning
This commit is contained in:
parent
8acf521432
commit
84f75b0b94
@ -682,7 +682,7 @@ Then have long options defined:
|
|||||||
static const struct option <applet>_long_options[] = {
|
static const struct option <applet>_long_options[] = {
|
||||||
{ "list", 0, NULL, 't' },
|
{ "list", 0, NULL, 't' },
|
||||||
{ "extract", 0, NULL, 'x' },
|
{ "extract", 0, NULL, 'x' },
|
||||||
{ NULL }
|
{ NULL, 0, NULL, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
And a code block similar to the following near the top of your applet_main()
|
And a code block similar to the following near the top of your applet_main()
|
||||||
|
Loading…
Reference in New Issue
Block a user