summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-06-27 16:29:16 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-06-27 16:29:16 +0300
commit2738140221eafc47db72e353663bb916f544d60f (patch)
tree212a4751ddd83f0baade956f6b08d73390750f91
parent52789915e5034cab9a720d5c8dd7afb8af0d9312 (diff)
downloadrpm-2738140221eafc47db72e353663bb916f544d60f.tar.gz
Fix a warning from sparse in popt.h (rhbz#202005)
Patch from Kjartan Maraas.
-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