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