diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-07-26 09:51:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-07-26 09:51:35 +0000 |
commit | a5efdeedef481aea3632844ca94a80567a75b5ad (patch) | |
tree | 6a7c9e206b8798d24754639cf546c86117f9ede0 /dbm.c | |
parent | 8f0c701250919da7f99273250017bf536dc73db9 (diff) |
Notes
Diffstat (limited to 'dbm.c')
-rw-r--r-- | dbm.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: dbm.c,v 1.6 2018/11/19 19:22:07 schwarze Exp $ */ +/* $Id: dbm.c,v 1.7 2019/07/01 22:56:24 schwarze Exp $ */ /* * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> * @@ -233,7 +233,7 @@ static struct dbm_res 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}; @@ -315,7 +315,7 @@ page_byarch(const struct dbm_match *arg_match) 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. */ |