diff options
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -174,6 +174,9 @@ const struct actions mdoc_actions[MDOC_MAX] = { { NULL }, /* Lp */ { NULL }, /* Lk */ { NULL }, /* Mt */ + { NULL }, /* Brq */ + { NULL }, /* Bro */ + { NULL }, /* Brc */ }; |