aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff_html.c')
-rw-r--r--roff_html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/roff_html.c b/roff_html.c
index 69e9ce54..5fd65d9f 100644
--- a/roff_html.c
+++ b/roff_html.c
@@ -36,6 +36,7 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = {
NULL, /* ft */
NULL, /* ll */
roff_html_pre_sp, /* sp */
+ NULL, /* ta */
};