From c744f48b5fc53bd65103347682c3cb21e22e93aa Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 8 Mar 2009 20:50:12 +0000 Subject: Added .Ap. --- action.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'action.c') diff --git a/action.c b/action.c index 531a27c2..1f619552 100644 --- a/action.c +++ b/action.c @@ -1,4 +1,4 @@ -/* $Id: action.c,v 1.35 2009/03/08 13:01:35 kristaps Exp $ */ +/* $Id: action.c,v 1.36 2009/03/08 20:50:12 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -171,6 +171,7 @@ const struct actions mdoc_actions[MDOC_MAX] = { { NULL }, /* Fr */ { NULL }, /* Ud */ { NULL }, /* Lb */ + { NULL }, /* Ap */ }; -- cgit v1.2.3