aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 13fbf2f8..2077176e 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -1,6 +1,6 @@
-/* $Id: mandocdb.c,v 1.270 2021/11/05 17:04:10 schwarze Exp $ */
+/* $Id: mandocdb.c,v 1.271 2022/04/14 16:43:44 schwarze Exp $ */
/*
- * Copyright (c) 2011-2020 Ingo Schwarze <schwarze@openbsd.org>
+ * Copyright (c) 2011-2021 Ingo Schwarze <schwarze@openbsd.org>
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2016 Ed Maste <emaste@freebsd.org>
*
@@ -533,7 +533,7 @@ out:
ohash_delete(&mpages);
ohash_delete(&mlinks);
#if DEBUG_MEMORY
- mandoc_d_finish();
+ mandoc_dbg_finish();
#endif
return exitcode;
usage: