X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fopt%2Fopt.h;h=a1adc41d2bfa6953067d41f3e5343f2a03398241;hp=8796752a133f9f8d70854af0d99ba52af4d8b51c;hb=b30c544bd1486e7b60b99259e3d0dcbc1ec9efd0;hpb=4250928271d51476f63b0d7c5dfe687728cc1d95;ds=sidebyside diff --git a/ccan/opt/opt.h b/ccan/opt/opt.h index 8796752a..a1adc41d 100644 --- a/ccan/opt/opt.h +++ b/ccan/opt/opt.h @@ -79,7 +79,7 @@ struct opt_table; * * This must be the final element in the opt_table array. */ -#define OPT_ENDTABLE { NULL, OPT_END } +#define OPT_ENDTABLE { NULL, OPT_END, NULL, NULL, NULL, NULL, NULL } /** * opt_register_table - register a table of options