aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/ex2ht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/ex2ht.c')
-rw-r--r--src/hyper/ex2ht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/ex2ht.c b/src/hyper/ex2ht.c
index 48556777..a109339a 100644
--- a/src/hyper/ex2ht.c
+++ b/src/hyper/ex2ht.c
@@ -164,7 +164,7 @@ emitFooter(FILE *outFile)
static char *
-strPrefix(char* prefix, char *s)
+strPrefix(const char* prefix, char *s)
{
while (*prefix != '\0' && *prefix == *s) {
prefix++;