diff options
Diffstat (limited to 'networking/nc_bloaty.c')
-rw-r--r-- | networking/nc_bloaty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index ad98bed30..9d7c23dee 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c | |||
@@ -673,7 +673,7 @@ Debug("wrote %d to net, errno %d", rr, errno); | |||
673 | 673 | ||
674 | /* main: now we pull it all together... */ | 674 | /* main: now we pull it all together... */ |
675 | int nc_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 675 | int nc_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
676 | int nc_main(int argc, char **argv) | 676 | int nc_main(int argc UNUSED_PARAM, char **argv) |
677 | { | 677 | { |
678 | char *str_p, *str_s; | 678 | char *str_p, *str_s; |
679 | IF_NC_EXTRA(char *str_i, *str_o;) | 679 | IF_NC_EXTRA(char *str_i, *str_o;) |
@@ -702,7 +702,6 @@ int nc_main(int argc, char **argv) | |||
702 | while (*++proggie) { | 702 | while (*++proggie) { |
703 | if (strcmp(*proggie, "-e") == 0) { | 703 | if (strcmp(*proggie, "-e") == 0) { |
704 | *proggie = NULL; | 704 | *proggie = NULL; |
705 | argc = proggie - argv; | ||
706 | proggie++; | 705 | proggie++; |
707 | goto e_found; | 706 | goto e_found; |
708 | } | 707 | } |