diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-05-01 17:06:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-05-01 17:06:00 +0200 |
commit | 9b6f44e0403f9214343bdafd054a628aa1506630 (patch) | |
tree | 64f7e35e2e92f8927c1f9882738b5e015dcf1f65 /shell | |
parent | a157c4c978d3e984f3cb7e2fc02d5ce428d5f82e (diff) | |
download | busybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.tar.gz busybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.tar.bz2 busybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.zip |
style fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/match.c b/shell/match.c index 90f77546d..8024f2747 100644 --- a/shell/match.c +++ b/shell/match.c | |||
@@ -95,7 +95,7 @@ char* FAST_FUNC scan_and_match(char *string, const char *pattern, unsigned flags | |||
95 | } | 95 | } |
96 | 96 | ||
97 | #ifdef STANDALONE | 97 | #ifdef STANDALONE |
98 | int main(int argc, char *argv[]) | 98 | int main(int argc, char **argv) |
99 | { | 99 | { |
100 | char *string; | 100 | char *string; |
101 | char *op; | 101 | char *op; |