diff --git a/src/cryptsetup.c b/src/cryptsetup.c index 627f25b2..ce018025 100644 --- a/src/cryptsetup.c +++ b/src/cryptsetup.c @@ -3103,7 +3103,7 @@ int main(int argc, const char **argv) { NULL, '\0', POPT_ARG_CALLBACK, basic_options_cb, 0, NULL, NULL }, #define ARG(A, B, C, D, E, F, G, H) { A, B, C, NULL, A ## _ID, D, E }, #include "cryptsetup_arg_list.h" -#undef arg +#undef ARG POPT_TABLEEND }; static struct poptOption popt_options[] = {