summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc.h b/mdoc.h
index 9778f81e..e1f06446 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -421,7 +421,7 @@ struct mdoc_node {
struct mdoc_cb {
int (*mdoc_err)(void *, int, int, enum mdoc_err);
int (*mdoc_warn)(void *, int, int, enum mdoc_warn);
- void (*mdoc_msg)(void *, int, const char *);
+ void (*mdoc_msg)(void *, int, int, const char *);
};
extern const char *const *mdoc_macronames;