=================================================================== RCS file: /cvs/mandoc/Attic/apropos_db.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/Attic/apropos_db.c 2011/11/20 15:43:14 1.8 +++ mandoc/Attic/apropos_db.c 2011/11/20 15:45:37 1.9 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.c,v 1.8 2011/11/20 15:43:14 kristaps Exp $ */ +/* $Id: apropos_db.c,v 1.9 2011/11/20 15:45:37 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -596,7 +596,7 @@ exprcomp(int argc, char *argv[], size_t *tt) * Return the root of the expression sequence if alright. */ static struct expr * -exprexpr(int argc, char **argv, int *pos, int *lvl, size_t *tt) +exprexpr(int argc, char *argv[], int *pos, int *lvl, size_t *tt) { struct expr *e, *first, *next; int log;