summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/k5-err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-err.h b/src/include/k5-err.h
index 4259ce682d..463125b2c2 100644
--- a/src/include/k5-err.h
+++ b/src/include/k5-err.h
@@ -46,7 +46,7 @@
struct errinfo {
long code;
- const char *msg;
+ char *msg;
char scratch_buf[1024];
};