commit | 9b6f44e0403f9214343bdafd054a628aa1506630 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun May 01 17:06:00 2022 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun May 01 17:06:00 2022 +0200 |
tree | 64f7e35e2e92f8927c1f9882738b5e015dcf1f65 | |
parent | a157c4c978d3e984f3cb7e2fc02d5ce428d5f82e [diff] [blame] |
style fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/match.c b/shell/match.c index 90f7754..8024f27 100644 --- a/shell/match.c +++ b/shell/match.c
@@ -95,7 +95,7 @@ } #ifdef STANDALONE -int main(int argc, char *argv[]) +int main(int argc, char **argv) { char *string; char *op;