aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-15 09:49:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-15 09:49:21 +0000
commitf716a6da9a813c2a3987fa334d0cf708129e8f01 (patch)
tree749e6252c18511810aecfe3c825580dcb1d4b6c7 /networking/udhcp
parent5cdc247ba4e813db8c2d0a05ed7ed9624ed422fa (diff)
downloadbusybox-f716a6da9a813c2a3987fa334d0cf708129e8f01.tar.gz
udhcpc: removing stray whitespace
Diffstat (limited to 'networking/udhcp')
-rw-r--r--networking/udhcp/dhcpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 5eb1ed5fd..d2138dd45 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,