=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.14 retrieving revision 1.16 diff -u -p -r1.14 -r1.16 --- mandoc/out.c 2010/04/07 11:25:38 1.14 +++ mandoc/out.c 2010/06/19 20:46:28 1.16 @@ -1,6 +1,6 @@ -/* $Id: out.c,v 1.14 2010/04/07 11:25:38 kristaps Exp $ */ +/* $Id: out.c,v 1.16 2010/06/19 20:46:28 kristaps Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -197,13 +197,12 @@ int a2roffdeco(enum roffdeco *d, const char **word, size_t *sz) { - int j, offs, term, lim; + int j, term, lim; char set; const char *wp, *sp; *d = DECO_NONE; wp = *word; - offs = 0; switch ((set = *wp)) { case ('\0'):