diff options
-rw-r--r-- | apropos_db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apropos_db.c b/apropos_db.c index 317211a3..a0e8215a 100644 --- a/apropos_db.c +++ b/apropos_db.c @@ -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; |