Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c}
[mandoc.git] / term.c
diff --git a/term.c b/term.c
index e7b95578752dc024c33e1c7e9442ad832731595a..79a39ff2fdcdf384df2003ede8e0e08fe90bee2c 100644 (file)
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/*     $Id: term.c,v 1.214 2013/12/25 00:39:31 schwarze Exp $ */
+/*     $Id: term.c,v 1.215 2013/12/31 18:07:42 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -659,7 +659,6 @@ term_strlen(const struct termp *p, const char *cp)
                for (i = 0; i < rsz; i++)
                        sz += cond_width(p, *cp++, &skip);
 
-               c = 0;
                switch (*cp) {
                case ('\\'):
                        cp++;