aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-04-17 07:32:52 +0100
committerRon Yorston <rmy@pobox.com>2023-04-17 07:32:52 +0100
commit8cdeb571cfbf3bb6edc44779e46537b072b8cd08 (patch)
tree9f3ad1d205418197bc53348b61f702602229a90d /libbb/appletlib.c
parent41827dd448c001b52b4f0e591ea605cb5de1d230 (diff)
parentd2b81b3dc2b31d32e1060d3ea8bd998d30a37d8a (diff)
downloadbusybox-w32-8cdeb571cfbf3bb6edc44779e46537b072b8cd08.tar.gz
busybox-w32-8cdeb571cfbf3bb6edc44779e46537b072b8cd08.tar.bz2
busybox-w32-8cdeb571cfbf3bb6edc44779e46537b072b8cd08.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index dacfbdd22..379d6af2f 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -1094,7 +1094,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv)
1094# endif 1094# endif
1095 1095
1096# if NUM_APPLETS > 0 1096# if NUM_APPLETS > 0
1097void FAST_FUNC show_usage_if_dash_dash_help(int applet_no, char **argv) 1097void FAST_FUNC show_usage_if_dash_dash_help(int applet_no UNUSED_PARAM, char **argv)
1098{ 1098{
1099 /* Special case. POSIX says "test --help" 1099 /* Special case. POSIX says "test --help"
1100 * should be no different from e.g. "test --foo". 1100 * should be no different from e.g. "test --foo".