=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/dbm.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/mandoc/dbm.c 2018/11/04 05:32:42 1.4 +++ src/usr.bin/mandoc/dbm.c 2019/07/01 22:43:03 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: dbm.c,v 1.4 2018/11/04 05:32:42 bluhm Exp $ */ +/* $OpenBSD: dbm.c,v 1.5 2019/07/01 22:43:03 schwarze Exp $ */ /* * Copyright (c) 2016 Ingo Schwarze * @@ -223,7 +223,7 @@ page_bytitle(enum iter arg_iter, const struct dbm_match *arg_match) { static const struct dbm_match *match; - static const char *cp; + static const char *cp; static int32_t ip; struct dbm_res res = {-1, 0}; @@ -305,7 +305,7 @@ static const struct dbm_match *match; struct dbm_res res = {-1, 0}; static int32_t ip; - const char *cp; + const char *cp; /* Initialize for a new iteration. */