aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-06-20 21:12:40 +0000
committerBill Nottingham <notting@redhat.com>2001-06-20 21:12:40 +0000
commit13df2e5b6f925e2fc461a819af006dbe37e55688 (patch)
tree030e1db10f4a75e75c06fc660d0691e802a35b4e
parent57a14ee01374e66d1293b97017965639876017d6 (diff)
downloadinitscripts-13df2e5b6f925e2fc461a819af006dbe37e55688.tar
initscripts-13df2e5b6f925e2fc461a819af006dbe37e55688.tar.gz
initscripts-13df2e5b6f925e2fc461a819af006dbe37e55688.tar.bz2
initscripts-13df2e5b6f925e2fc461a819af006dbe37e55688.tar.xz
initscripts-13df2e5b6f925e2fc461a819af006dbe37e55688.zip
allow building with older popt
-rw-r--r--src/ipcalc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcalc.c b/src/ipcalc.c
index 7abe0e5c..da452d3b 100644
--- a/src/ipcalc.c
+++ b/src/ipcalc.c
@@ -206,7 +206,7 @@ int main(int argc, const char **argv) {
{ "silent", 's', 0, &beSilent, 0,
"Don't ever display error messages " },
POPT_AUTOHELP
- POPT_TABLEEND
+ { NULL, '\0', 0, 0, 0, NULL, NULL }
};
optCon = poptGetContext("ipcalc", argc, argv, optionsTable, 0);