aboutsummaryrefslogtreecommitdiff
path: root/networking/nc_bloaty.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-30 00:29:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-30 00:29:55 +0000
commit4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch)
tree7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /networking/nc_bloaty.c
parent4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff)
downloadbusybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz
busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2
busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip
whitespace fixes
Diffstat (limited to 'networking/nc_bloaty.c')
-rw-r--r--networking/nc_bloaty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c
index 3e333b7d5..5096e3227 100644
--- a/networking/nc_bloaty.c
+++ b/networking/nc_bloaty.c
@@ -350,7 +350,7 @@ create new one, and bind() it. TODO */
350 close(rr); 350 close(rr);
351 goto again; 351 goto again;
352 } 352 }
353 353
354 } else 354 } else
355 bb_error_msg_and_die("timeout"); 355 bb_error_msg_and_die("timeout");
356 unarm(); 356 unarm();
@@ -720,7 +720,7 @@ int nc_main(int argc, char **argv)
720 } 720 }
721 proggie = NULL; 721 proggie = NULL;
722 e_found: 722 e_found:
723 723
724 // -g -G -t -r deleted, unimplemented -a deleted too 724 // -g -G -t -r deleted, unimplemented -a deleted too
725 opt_complementary = "?2:vv"; /* max 2 params, -v is a counter */ 725 opt_complementary = "?2:vv"; /* max 2 params, -v is a counter */
726 getopt32(argc, argv, "hnp:s:uvw:" USE_NC_SERVER("l") 726 getopt32(argc, argv, "hnp:s:uvw:" USE_NC_SERVER("l")