aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apropos_db.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-11-20 15:45:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-11-20 15:45:37 +0000
commit28e2cf1e5beb4674637a8c3f7f0b0908f817e325 (patch)
tree9ba9c274bf501160f083207544152bd8e1ea5f97 /apropos_db.c
parent8adeb23f44e116bab3711839074b351405efed4b (diff)
downloadmandoc-28e2cf1e5beb4674637a8c3f7f0b0908f817e325.tar.gz
mandoc-28e2cf1e5beb4674637a8c3f7f0b0908f817e325.tar.zst
mandoc-28e2cf1e5beb4674637a8c3f7f0b0908f817e325.zip
Ooops... tiny type error slipped in.
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;