Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-14 08:55:59 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-14 08:55:59 +0400
commit3f5fdc7572d932f33f81029956b87230c9b05182 (patch)
tree13e8b0c3dc4c11fe0ac09affef497075177cd648 /ipsvd/tcpudp.c
parentbe039374f3bd1c76535387ac4d079506804be270 (diff)
remove trailing whitespace
Diffstat (limited to 'ipsvd/tcpudp.c')
-rw-r--r--ipsvd/tcpudp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c
index 98b075ff1..fc29274d2 100644
--- a/ipsvd/tcpudp.c
+++ b/ipsvd/tcpudp.c
@@ -45,7 +45,7 @@ struct globals {
unsigned max_per_host;
unsigned cur_per_host;
unsigned cnum;
- unsigned cmax;
+ unsigned cmax;
};
#define G (*(struct globals*)&bb_common_bufsiz1)
#define verbose (G.verbose )