From 67f0fb713d08c528720c7ca9213ef887a55bf25b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 18 Sep 2011 14:14:15 +0000 Subject: forgotten Copyright bumps; no code change found while syncing to OpenBSD --- roff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roff.c') 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 *); -- cgit