summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--popt/popt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/popt.h b/popt/popt.h
index 663fd3bef..e36e0db68 100644
--- a/popt/popt.h
+++ b/popt/popt.h
@@ -180,7 +180,7 @@ extern struct poptOption * poptHelpOptionsI18N;
#define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \
0, "Help options:", NULL },
-#define POPT_TABLEEND { NULL, '\0', 0, 0, 0, NULL, NULL }
+#define POPT_TABLEEND { NULL, '\0', 0, NULL, 0, NULL, NULL }
/*@}*/
/** \ingroup popt