summaryrefslogtreecommitdiffstats
path: root/mdoc_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-16 20:49:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-16 20:49:06 +0000
commitfff866326138584471c95aa4b65f20e473c455a2 (patch)
treea51827a1a1b7cd70e35319d29e5fe183c31e64af /mdoc_action.c
parent7247395c704e001fab02fd797a5d6dac44de2fd8 (diff)
downloadmandoc-fff866326138584471c95aa4b65f20e473c455a2.tar.gz
Lintifications.
Diffstat (limited to 'mdoc_action.c')
-rw-r--r--mdoc_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index 13267a87..8a58bcc8 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -53,7 +53,7 @@ static int post_tilde(POST_ARGS);
static int pre_bd(PRE_ARGS);
static int pre_dl(PRE_ARGS);
-const struct actions mdoc_actions[MDOC_MAX] = {
+static const struct actions mdoc_actions[MDOC_MAX] = {
{ NULL, NULL }, /* Ap */
{ NULL, post_dd }, /* Dd */
{ NULL, post_dt }, /* Dt */