diff options
author | Denis Vlasenko | 2008-06-15 09:49:21 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-06-15 09:49:21 +0000 |
commit | f716a6da9a813c2a3987fa334d0cf708129e8f01 (patch) | |
tree | 749e6252c18511810aecfe3c825580dcb1d4b6c7 /networking/udhcp/dhcpc.c | |
parent | 5cdc247ba4e813db8c2d0a05ed7ed9624ed422fa (diff) | |
download | busybox-f716a6da9a813c2a3987fa334d0cf708129e8f01.zip busybox-f716a6da9a813c2a3987fa334d0cf708129e8f01.tar.gz |
udhcpc: removing stray whitespace
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 5eb1ed5..d2138dd 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -180,8 +180,8 @@ int udhcpc_main(int argc ATTRIBUTE_UNUSED, char **argv) OPT_H = 1 << 3, OPT_h = 1 << 4, OPT_F = 1 << 5, - OPT_i = 1 << 6, - OPT_n = 1 << 7, + OPT_i = 1 << 6, + OPT_n = 1 << 7, OPT_p = 1 << 8, OPT_q = 1 << 9, OPT_R = 1 << 10, |