summaryrefslogtreecommitdiffstatshomepage
path: root/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'action.c')
-rw-r--r--action.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/action.c b/action.c
index 589f16aa..33a5fb35 100644
--- a/action.c
+++ b/action.c
@@ -1,6 +1,6 @@
-/* $Id: action.c,v 1.42 2009/03/16 22:19:19 kristaps Exp $ */
+/* $Id: action.c,v 1.43 2009/03/16 23:37:28 kristaps Exp $ */
/*
- * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the
@@ -183,6 +183,7 @@ const struct actions mdoc_actions[MDOC_MAX] = {
{ NULL }, /* %C */
{ NULL }, /* Es */
{ NULL }, /* En */
+ { NULL }, /* Dx */
};