summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-09-18 14:14:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-09-18 14:14:15 +0000
commit67f0fb713d08c528720c7ca9213ef887a55bf25b (patch)
tree1e9a65e9a895c869ea510e9f8ef96f910be1cfee /roff.c
parent1e45d35a0c5d4d0d69ea1a033935c6c76cac4dd8 (diff)
downloadmandoc-67f0fb713d08c528720c7ca9213ef887a55bf25b.tar.gz
forgotten Copyright bumps; no code change
found while syncing to OpenBSD
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.c b/roff.c
index 65f1b29d..7cbda5f3 100644
--- a/roff.c
+++ b/roff.c
@@ -179,7 +179,7 @@ static const char *roff_getstrn(const struct roff *,
const char *, size_t);
static enum rofferr roff_line_ignore(ROFF_ARGS);
static enum rofferr roff_nr(ROFF_ARGS);
-static void roff_openeqn(struct roff *, const char *,
+static void roff_openeqn(struct roff *, const char *,
int, int, const char *);
static enum rofft roff_parse(struct roff *, const char *, int *);
static enum rofferr roff_parsetext(char *);