summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-30 18:50:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-30 18:50:44 +0000
commit4bbdbe91830ef70f8e2412f6f13baa347956208b (patch)
tree97d07a935809a68388c62945354b4160d2827b68 /private.h
parent8a90e3149d99de9d2b20d61307f7d4951ef18bf0 (diff)
downloadmandoc-4bbdbe91830ef70f8e2412f6f13baa347956208b.tar.gz
Fixed spacing (almost there).
Diffstat (limited to 'private.h')
-rw-r--r--private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/private.h b/private.h
index 628f4c98..40d39270 100644
--- a/private.h
+++ b/private.h
@@ -214,7 +214,7 @@ struct roffcb {
int (*roffhead)(void *);
int (*rofftail)(void *);
int (*roffin)(void *, int, int *, char **);
- int (*roffdata)(void *, char *);
+ int (*roffdata)(void *, int, char *);
int (*roffout)(void *, int);
int (*roffblkin)(void *, int, int *, char **);
int (*roffblkout)(void *, int);