X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/8121cd0fb48f6066b016a9e2d05f349f6ff3a669..7df5e2a15f784ab786f56ca25d739c8b546ccde8:/src/cdecl99.c diff --git a/src/cdecl99.c b/src/cdecl99.c index eac0023..5ddc889 100644 --- a/src/cdecl99.c +++ b/src/cdecl99.c @@ -79,6 +79,7 @@ static void print_usage(FILE *f) static void print_help(const struct option *lopts) { + struct lopt_help help = {0}; const struct option *opt; print_usage(stdout); @@ -89,8 +90,6 @@ static void print_help(const struct option *lopts) puts(_("Options:")); for (opt = lopts; opt->name; opt++) { - struct lopt_help help; - if (!lopt_get_help(opt, &help)) continue;