diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-07 16:13:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-07 16:13:14 +0000 |
commit | 6b404431aa7adea24120894d59daeebc5cbe9727 (patch) | |
tree | f3ccda749daf6fe9f80f4ee99fbb5d1b0ed4cbb7 /networking/wget.c | |
parent | 4e9ca75281a25dcdbb3e2d2fa79108b02afa43db (diff) | |
download | busybox-w32-6b404431aa7adea24120894d59daeebc5cbe9727.tar.gz busybox-w32-6b404431aa7adea24120894d59daeebc5cbe9727.tar.bz2 busybox-w32-6b404431aa7adea24120894d59daeebc5cbe9727.zip |
ps: fix build breakage from vda's recent commit
*: whitespace fixes
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c index b12d19af2..1147077e0 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -36,7 +36,7 @@ struct globals { | |||
36 | }; | 36 | }; |
37 | #define G (*(struct globals*)&bb_common_bufsiz1) | 37 | #define G (*(struct globals*)&bb_common_bufsiz1) |
38 | struct BUG_G_too_big { | 38 | struct BUG_G_too_big { |
39 | char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1]; | 39 | char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1]; |
40 | }; | 40 | }; |
41 | #define content_len (G.content_len ) | 41 | #define content_len (G.content_len ) |
42 | #define beg_range (G.beg_range ) | 42 | #define beg_range (G.beg_range ) |