summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdoc_man.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_man.c b/mdoc_man.c
index dbadb796..3792426b 100644
--- a/mdoc_man.c
+++ b/mdoc_man.c
@@ -31,8 +31,8 @@ struct manact {
int (*cond)(DECL_ARGS);
int (*pre)(DECL_ARGS);
void (*post)(DECL_ARGS);
- char *prefix;
- char *suffix;
+ const char *prefix;
+ const char *suffix;
};
static void print_word(const char *);