aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'apropos_db.c')
-rw-r--r--apropos_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apropos_db.c b/apropos_db.c
index fdca2f80..0ac52624 100644
--- a/apropos_db.c
+++ b/apropos_db.c
@@ -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 <kristaps@bsd.lv>
* Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -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;