diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /networking/telnet.c | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2 busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip |
whitespace cleanup
Diffstat (limited to 'networking/telnet.c')
-rw-r--r-- | networking/telnet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/telnet.c b/networking/telnet.c index 5324d7a20..344fc3270 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -185,9 +185,9 @@ static void handlenetoutput(int len) | |||
185 | * I don't agree. | 185 | * I don't agree. |
186 | * first - I cannot use programs like sz/rz | 186 | * first - I cannot use programs like sz/rz |
187 | * second - the 0x0D is sent as one character and if the next | 187 | * second - the 0x0D is sent as one character and if the next |
188 | * char is 0x0A then it's eaten by a server side. | 188 | * char is 0x0A then it's eaten by a server side. |
189 | * third - whay doy you have to make 'many write()s'? | 189 | * third - whay doy you have to make 'many write()s'? |
190 | * I don't understand. | 190 | * I don't understand. |
191 | * So I implemented it. It's realy useful for me. I hope that | 191 | * So I implemented it. It's realy useful for me. I hope that |
192 | * others people will find it interesting to. | 192 | * others people will find it interesting to. |
193 | */ | 193 | */ |