X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/ac0babc62f7cea46ace617a6bd1be66bef058f3f..ce62cf5f7ad4ed893b9f91c6dbabf8c77f077294:/out.c?ds=sidebyside diff --git a/out.c b/out.c index d58123cf..7e5ccad8 100644 --- a/out.c +++ b/out.c @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.14 2010/04/07 11:25:38 kristaps Exp $ */ +/* $Id: out.c,v 1.15 2010/04/07 11:29:55 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -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'):