diff options
Diffstat (limited to 'mdoc_action.c')
-rw-r--r-- | mdoc_action.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_action.c b/mdoc_action.c index 3d94c3fd..68e04210 100644 --- a/mdoc_action.c +++ b/mdoc_action.c @@ -194,6 +194,7 @@ static const struct actions mdoc_actions[MDOC_MAX] = { { NULL, NULL }, /* br */ { NULL, NULL }, /* sp */ { NULL, NULL }, /* %U */ + { NULL, NULL }, /* Ta */ }; #define RSORD_MAX 14 |