diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-04-03 12:27:18 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-04-03 12:27:18 +0000 |
commit | e3914afc1290b59c10836bf8fd0fd4d34c1b5b0d (patch) | |
tree | 317414f2d5861a64025f8a05ab165388e2684382 /term.c | |
parent | 911f176059aea8dbb5085d2191f4ae34fd849764 (diff) | |
download | mandoc-e3914afc1290b59c10836bf8fd0fd4d34c1b5b0d.tar.gz |
*** empty log message ***
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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(); |