Initialize argp_program_bug_address.
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -62,9 +62,11 @@ | ... | @@ -62,9 +62,11 @@ |
62 | #define ARG_PAM_SERVICE 10 | 62 | #define ARG_PAM_SERVICE 10 |
63 | #define ARG_LOCK_FLAGS 11 | 63 | #define ARG_LOCK_FLAGS 11 |
64 | 64 | ||
65 | const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">"; | ||
66 | |||
65 | static struct argp_option mu_common_argp_options[] = | 67 | static struct argp_option mu_common_argp_options[] = |
66 | { | 68 | { |
67 | { NULL, 0, NULL, 0, "Common options:", 0}, | 69 | { NULL, 0, NULL, 0, "Common options", 0}, |
68 | { NULL, 0, NULL, 0, NULL, 0 } | 70 | { NULL, 0, NULL, 0, NULL, 0 } |
69 | }; | 71 | }; |
70 | 72 | ... | ... |
-
Please register or sign in to post a comment