aboutsummaryrefslogtreecommitdiff
path: root/networking/hostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/hostname.c')
-rw-r--r--networking/hostname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/hostname.c b/networking/hostname.c
index a00263d8f..8b9314c98 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -77,8 +77,8 @@ int hostname_main(int argc, char **argv)
if (argc < 1)
bb_show_usage();
- while ((opt = getopt(argc, argv, "dfisF:")) > 0) {
- switch (opt) {
+ while ((opt = getopt(argc, argv, "dfisF:")) > 0) {
+ switch (opt) {
case 'd':
case 'f':
case 'i':