summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:42:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:42:07 +0000
commit8866a607904f2aacd85e5a2c542dbffae0d54277 (patch)
tree27858d692c4a87617da7aa73b6b44f54eec6190c /action.c
parente35bdc2019b8d686a0791cb670cd8b3ddafc6841 (diff)
downloadmandoc-8866a607904f2aacd85e5a2c542dbffae0d54277.tar.gz
Added %Q macro.
Diffstat (limited to 'action.c')
-rw-r--r--action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.c b/action.c
index 6b98d25e..73cecd0d 100644
--- a/action.c
+++ b/action.c
@@ -191,6 +191,7 @@ const struct actions mdoc_actions[MDOC_MAX] = {
{ NULL, NULL }, /* Es */
{ NULL, NULL }, /* En */
{ NULL, NULL }, /* Dx */
+ { NULL, NULL }, /* %Q */
};