From 13df2e5b6f925e2fc461a819af006dbe37e55688 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 20 Jun 2001 21:12:40 +0000 Subject: allow building with older popt --- src/ipcalc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1