summaryrefslogtreecommitdiff
path: root/networking/ping6.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-11 17:20:00 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-11 17:20:00 +0000
commitf7996f3b700a22797565e9aa57e251e6e3ac1e4d (patch)
treeaf4e797eef0a65f4e3dba94b325da0ec08452d36 /networking/ping6.c
parent3821fb13ea404d243115ff8ec161273b62826513 (diff)
downloadbusybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.tar.gz
busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.tar.bz2
busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.zip
Trailing whitespace removal over entire tree
Diffstat (limited to 'networking/ping6.c')
-rw-r--r--networking/ping6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping6.c b/networking/ping6.c
index fd18cc877..5cb02f51a 100644
--- a/networking/ping6.c
+++ b/networking/ping6.c
@@ -420,7 +420,7 @@ int ping6_main(int argc, char **argv)
420 datalen = DEFDATALEN; /* initialized here rather than in global scope to work around gcc bug */ 420 datalen = DEFDATALEN; /* initialized here rather than in global scope to work around gcc bug */
421 421
422 /* exactly one argument needed, -v and -q don't mix */ 422 /* exactly one argument needed, -v and -q don't mix */
423 opt_complementary = "=1:q--v:v--q"; 423 opt_complementary = "=1:q--v:v--q";
424 getopt32(argc, argv, OPT_STRING, &opt_c, &opt_s, &opt_I); 424 getopt32(argc, argv, OPT_STRING, &opt_c, &opt_s, &opt_I);
425 if (option_mask32 & 4) pingcount = xatoul(opt_c); // -c 425 if (option_mask32 & 4) pingcount = xatoul(opt_c); // -c
426 if (option_mask32 & 8) datalen = xatou16(opt_s); // -s 426 if (option_mask32 & 8) datalen = xatou16(opt_s); // -s