diff options
Diffstat (limited to 'command/grep.c')
-rw-r--r-- | command/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/grep.c b/command/grep.c index 0dad094..fc0d280 100644 --- a/command/grep.c +++ b/command/grep.c @@ -227,7 +227,7 @@ static bool run_match(char* path, void* pattern, bool many) { } } -COMMAND(grep) { +COMMAND(grep_main) { int start, i; char* pattern; |