commit | 6b404431aa7adea24120894d59daeebc5cbe9727 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Jan 07 16:13:14 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Jan 07 16:13:14 2008 +0000 |
tree | f3ccda749daf6fe9f80f4ee99fbb5d1b0ed4cbb7 | |
parent | 4e9ca75281a25dcdbb3e2d2fa79108b02afa43db [diff] [blame] |
ps: fix build breakage from vda's recent commit *: whitespace fixes
diff --git a/networking/wget.c b/networking/wget.c index b12d19a..1147077 100644 --- a/networking/wget.c +++ b/networking/wget.c
@@ -36,7 +36,7 @@ }; #define G (*(struct globals*)&bb_common_bufsiz1) struct BUG_G_too_big { - char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1]; + char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1]; }; #define content_len (G.content_len ) #define beg_range (G.beg_range )