style fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2022-05-01 17:06:00 +02:00
parent a157c4c978
commit 9b6f44e040
7 changed files with 9 additions and 9 deletions

View File

@@ -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;