diff options
-rw-r--r-- | libbb/appletlib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index d798a2eac..de654f64c 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -141,7 +141,8 @@ void FAST_FUNC bb_show_usage(void) | |||
141 | 141 | ||
142 | int FAST_FUNC find_applet_by_name(const char *name) | 142 | int FAST_FUNC find_applet_by_name(const char *name) |
143 | { | 143 | { |
144 | unsigned i, j, max; | 144 | unsigned i, max; |
145 | int j; | ||
145 | const char *p; | 146 | const char *p; |
146 | 147 | ||
147 | /* The commented-out word-at-a-time code is ~40% faster, but +160 bytes. | 148 | /* The commented-out word-at-a-time code is ~40% faster, but +160 bytes. |