summaryrefslogtreecommitdiffstats
path: root/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/strings.c b/strings.c
index 760e89f0..4a63aaf5 100644
--- a/strings.c
+++ b/strings.c
@@ -336,7 +336,7 @@ mdoc_type2a(enum mdoc_type type)
}
-char *
+const char *
mdoc_arch2a(enum mdoc_arch arch)
{
@@ -404,7 +404,7 @@ mdoc_arch2a(enum mdoc_arch arch)
}
-char *
+const char *
mdoc_vol2a(enum mdoc_vol vol)
{
@@ -438,7 +438,7 @@ mdoc_vol2a(enum mdoc_vol vol)
}
-char *
+const char *
mdoc_msec2a(enum mdoc_msec msec)
{