]> git.cameronkatri.com Git - mandoc.git/blobdiff - dbm.c
old groff_char(7) reported by kamil at NetBSD
[mandoc.git] / dbm.c
diff --git a/dbm.c b/dbm.c
index f6b1259ef5add09f5a1c966b07112a9401af08a1..7dc07d0674adbed8af4e3ecb6376ca44c5a2ec52 100644 (file)
--- a/dbm.c
+++ b/dbm.c
@@ -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. */