aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-07-14 14:12:05 +0100
committerRon Yorston <rmy@pobox.com>2015-07-14 14:12:05 +0100
commit895a1533781ca4713ef92113ab6ac5f2584ddd9d (patch)
tree49c8602e9cd733e6f6c105e94e614b8236677853 /libbb/appletlib.c
parent535ec990c50206697852d5c25e94a959f24d86bc (diff)
parent072fc60f29ee3a4ff38f095a9ef149b2e820c8c0 (diff)
downloadbusybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.gz
busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.bz2
busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 06857ed61..e75257a74 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -131,7 +131,7 @@ void FAST_FUNC bb_show_usage(void)
131 full_write2_str(applet_name); 131 full_write2_str(applet_name);
132 full_write2_str(" "); 132 full_write2_str(" ");
133 full_write2_str(p); 133 full_write2_str(p);
134 full_write2_str("\n\n"); 134 full_write2_str("\n");
135 } 135 }
136 if (ENABLE_FEATURE_CLEAN_UP) 136 if (ENABLE_FEATURE_CLEAN_UP)
137 dealloc_usage_messages((char*)usage_string); 137 dealloc_usage_messages((char*)usage_string);
@@ -462,7 +462,6 @@ static void parse_config_file(void)
462 errmsg = "keyword outside section"; 462 errmsg = "keyword outside section";
463 goto pe_label; 463 goto pe_label;
464 } 464 }
465
466 } /* while (1) */ 465 } /* while (1) */
467 466
468 pe_label: 467 pe_label: