From e8a750dfa5477fc00a25dfade04507581f6b2cd4 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index 0c3deefe..67319317 100644 --- a/roff.c +++ b/roff.c @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.168 2011/08/16 12:30:12 kristaps Exp $ */ +/* $Id: roff.c,v 1.169 2011/09/18 14:14:15 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -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 v1.2.3