aboutsummaryrefslogtreecommitdiff
path: root/networking/ipcalc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ipcalc.c')
-rw-r--r--networking/ipcalc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ipcalc.c b/networking/ipcalc.c
index 3f99b7511..759704379 100644
--- a/networking/ipcalc.c
+++ b/networking/ipcalc.c
@@ -87,7 +87,7 @@ int ipcalc_main(int argc, char **argv)
87#if ENABLE_FEATURE_IPCALC_LONG_OPTIONS 87#if ENABLE_FEATURE_IPCALC_LONG_OPTIONS
88 applet_long_options = ipcalc_longopts; 88 applet_long_options = ipcalc_longopts;
89#endif 89#endif
90 opt = getopt32(argc, argv, "mbn" USE_FEATURE_IPCALC_FANCY("phs")); 90 opt = getopt32(argv, "mbn" USE_FEATURE_IPCALC_FANCY("phs"));
91 argc -= optind; 91 argc -= optind;
92 argv += optind; 92 argv += optind;
93 if (opt & (BROADCAST | NETWORK | NETPREFIX)) { 93 if (opt & (BROADCAST | NETWORK | NETPREFIX)) {