diff options
author | Ron Yorston <rmy@pobox.com> | 2019-03-31 08:55:48 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-03-31 09:51:00 +0100 |
commit | 61e0e3160a8be3ed8488b09200a5dca1bd1b21b4 (patch) | |
tree | d55341d875d1dd0d77445960723a47418efd14e5 /libbb/appletlib.c | |
parent | be2949717934c19890879cf2a8fc74c5da55d1c7 (diff) | |
parent | 35082fc2c17369223669e099f422acc0982ee4ff (diff) | |
download | busybox-w32-61e0e3160a8be3ed8488b09200a5dca1bd1b21b4.tar.gz busybox-w32-61e0e3160a8be3ed8488b09200a5dca1bd1b21b4.tar.bz2 busybox-w32-61e0e3160a8be3ed8488b09200a5dca1bd1b21b4.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 58e391fd9..1f1a18aab 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -814,6 +814,7 @@ static int find_script_by_name(const char *name) | |||
814 | return -1; | 814 | return -1; |
815 | } | 815 | } |
816 | 816 | ||
817 | int scripted_main(int argc UNUSED_PARAM, char **argv) MAIN_EXTERNALLY_VISIBLE; | ||
817 | int scripted_main(int argc UNUSED_PARAM, char **argv) | 818 | int scripted_main(int argc UNUSED_PARAM, char **argv) |
818 | { | 819 | { |
819 | int script = find_script_by_name(applet_name); | 820 | int script = find_script_by_name(applet_name); |