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 b9d11289..83fa5835 100644 --- a/mdoc_action.c +++ b/mdoc_action.c @@ -186,6 +186,7 @@ static const struct actions mdoc_actions[MDOC_MAX] = { { NULL, NULL }, /* %Q */ { NULL, NULL }, /* br */ { NULL, NULL }, /* sp */ + { NULL, NULL }, /* %U */ }; #define RSORD_MAX 13 |