diff options
Diffstat (limited to 'src/ipcalc.c')
-rw-r--r-- | src/ipcalc.c | 2 |
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); |