summaryrefslogtreecommitdiff
path: root/source3/modules/weird.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/weird.c')
-rw-r--r--source3/modules/weird.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/weird.c b/source3/modules/weird.c
index 3c59fd9d61..ccee9d71ed 100644
--- a/source3/modules/weird.c
+++ b/source3/modules/weird.c
@@ -23,7 +23,7 @@
static struct {
char from;
- char *to;
+ const char *to;
int len;
} weird_table[] = {
{'q', "^q^", 3},