diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /networking/tftp.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 0269a93ab..04c8f0ebb 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -447,7 +447,7 @@ static int tftp_protocol( | |||
447 | /* NB: send_len value is preserved in code below | 447 | /* NB: send_len value is preserved in code below |
448 | * for potential resend */ | 448 | * for potential resend */ |
449 | 449 | ||
450 | retries = TFTP_NUM_RETRIES; /* re-initialize */ | 450 | retries = TFTP_NUM_RETRIES; /* re-initialize */ |
451 | waittime_ms = TFTP_TIMEOUT_MS; | 451 | waittime_ms = TFTP_TIMEOUT_MS; |
452 | 452 | ||
453 | send_again: | 453 | send_again: |