diff options
author | Denis Vlasenko | 2007-07-01 17:11:54 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-07-01 17:11:54 +0000 |
commit | e6bce979bfcf19fc1171ed3c6d85a22e908f7312 (patch) | |
tree | d6342094ad2a0b0b795fac2ff63b9a25be3fa48d /networking/udhcp | |
parent | c82b5108e1a40f3b299043770e01d7d7db35de04 (diff) | |
download | busybox-e6bce979bfcf19fc1171ed3c6d85a22e908f7312.zip busybox-e6bce979bfcf19fc1171ed3c6d85a22e908f7312.tar.gz |
fix comment placement (no code changes)
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/dhcpd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 6be3c0e..9dbd35d 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c @@ -214,7 +214,8 @@ int udhcpd_main(int argc, char **argv) ) { sendNAK(&packet); } - } /* else remain silent */ + /* else remain silent */ + } } else { /* RENEWING or REBINDING State */ |