diff options
Diffstat (limited to 'roff_html.c')
-rw-r--r-- | roff_html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roff_html.c b/roff_html.c index 5fd65d9f..e76ca544 100644 --- a/roff_html.c +++ b/roff_html.c @@ -37,6 +37,7 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = { NULL, /* ll */ roff_html_pre_sp, /* sp */ NULL, /* ta */ + NULL, /* ti */ }; |