Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-07-01 21:11:54 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-07-01 21:11:54 +0400
commite6bce979bfcf19fc1171ed3c6d85a22e908f7312 (patch)
treed6342094ad2a0b0b795fac2ff63b9a25be3fa48d
parentc82b5108e1a40f3b299043770e01d7d7db35de04 (diff)
fix comment placement (no code changes)
-rw-r--r--networking/udhcp/dhcpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 6be3c0e2e..9dbd35d4e 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 */