Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-05-01 18:06:00 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2022-05-01 18:06:00 +0300
commit9b6f44e0403f9214343bdafd054a628aa1506630 (patch)
tree64f7e35e2e92f8927c1f9882738b5e015dcf1f65 /shell/match.c
parenta157c4c978d3e984f3cb7e2fc02d5ce428d5f82e (diff)
style fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/match.c')
-rw-r--r--shell/match.c2
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
}
#ifdef STANDALONE
-int main(int argc, char *argv[])
+int main(int argc, char **argv)
{
char *string;
char *op;