aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep.c')
-rw-r--r--grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep.c b/grep.c
index 3779e5510..a07feda03 100644
--- a/grep.c
+++ b/grep.c
@@ -36,7 +36,7 @@ static BOOL search
extern int
-grep_main(struct FileInfo * unused, int argc, char ** argv)
+grep_main(int argc, char ** argv)
{
FILE * fp;
const char * word;