summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-03 12:27:18 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-03 12:27:18 +0000
commite3914afc1290b59c10836bf8fd0fd4d34c1b5b0d (patch)
tree317414f2d5861a64025f8a05ab165388e2684382 /term.c
parent911f176059aea8dbb5085d2191f4ae34fd849764 (diff)
downloadmandoc-e3914afc1290b59c10836bf8fd0fd4d34c1b5b0d.tar.gz
*** empty log message ***
Diffstat (limited to 'term.c')
-rw-r--r--term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/term.c b/term.c
index 275b9b62..19eda900 100644
--- a/term.c
+++ b/term.c
@@ -59,7 +59,6 @@ terminal_man(void *arg, const struct man *man)
struct termp *p;
p = (struct termp *)arg;
-
if (NULL == p->symtab)
p->symtab = term_ascii2htab();
@@ -73,7 +72,6 @@ terminal_mdoc(void *arg, const struct mdoc *mdoc)
struct termp *p;
p = (struct termp *)arg;
-
if (NULL == p->symtab)
p->symtab = term_ascii2htab();