summaryrefslogtreecommitdiffstatshomepage
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
commit5f6f39f0ca02386bfa43ddddec9507b47b57df7d (patch)
tree588877b394532c51bb97970ab0daa3675870c1f7 /private.h
parenta0ba6cb742a9779f6af9e98cf541311c2b2c5d9d (diff)
downloadmandoc-5f6f39f0ca02386bfa43ddddec9507b47b57df7d.tar.gz
mandoc-5f6f39f0ca02386bfa43ddddec9507b47b57df7d.tar.zst
mandoc-5f6f39f0ca02386bfa43ddddec9507b47b57df7d.zip
Fixed spacing (almost there).
Diffstat (limited to 'private.h')
-rw-r--r--private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/private.h b/private.h
index 1bae0c72..58f0228a 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.17 2008/11/29 16:11:42 kristaps Exp $ */
+/* $Id: private.h,v 1.18 2008/11/30 18:50:44 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);