summaryrefslogtreecommitdiffstatshomepage
path: root/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'action.c')
-rw-r--r--action.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/action.c b/action.c
index 1f619552..7905c899 100644
--- a/action.c
+++ b/action.c
@@ -1,4 +1,4 @@
-/* $Id: action.c,v 1.36 2009/03/08 20:50:12 kristaps Exp $ */
+/* $Id: action.c,v 1.37 2009/03/08 20:57:35 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -172,6 +172,7 @@ const struct actions mdoc_actions[MDOC_MAX] = {
{ NULL }, /* Ud */
{ NULL }, /* Lb */
{ NULL }, /* Ap */
+ { NULL }, /* Lp */
};