summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'term.c')
-rw-r--r--term.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/term.c b/term.c
index 21918bc7..7bc7abf0 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.72 2009/04/03 11:08:39 kristaps Exp $ */
+/* $Id: term.c,v 1.73 2009/04/03 12:27:18 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -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();