=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.365 retrieving revision 1.366 diff -u -p -r1.365 -r1.366 --- mandoc/roff.c 2019/04/21 23:51:21 1.365 +++ mandoc/roff.c 2019/07/01 22:56:24 1.366 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.365 2019/04/21 23:51:21 schwarze Exp $ */ +/* $Id: roff.c,v 1.366 2019/07/01 22:56:24 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017-2019 Ingo Schwarze @@ -783,7 +783,7 @@ roff_reset(struct roff *r) void roff_free(struct roff *r) { - int i; + int i; roff_free1(r); for (i = 0; i < r->mstacksz; i++) @@ -1590,7 +1590,7 @@ char * roff_getarg(struct roff *r, char **cpp, int ln, int *pos) { struct buf buf; - char *cp, *start; + char *cp, *start; int newesc, pairs, quoted, white; /* Quoting can only start with a new word. */