diff options
Diffstat (limited to 'findutils/grep.c')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index 3779e5510..a07feda03 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -36,7 +36,7 @@ static BOOL search | |||
36 | 36 | ||
37 | 37 | ||
38 | extern int | 38 | extern int |
39 | grep_main(struct FileInfo * unused, int argc, char ** argv) | 39 | grep_main(int argc, char ** argv) |
40 | { | 40 | { |
41 | FILE * fp; | 41 | FILE * fp; |
42 | const char * word; | 42 | const char * word; |