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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/weird.c b/source3/modules/weird.c
index e4809a64c4..3c59fd9d61 100644
--- a/source3/modules/weird.c
+++ b/source3/modules/weird.c
@@ -26,8 +26,8 @@ static struct {
char *to;
int len;
} weird_table[] = {
- {'q', CONST_DISCARD(char *, "^q^"), 3},
- {'Q', CONST_DISCARD(char *, "^Q^"), 3},
+ {'q', "^q^", 3},
+ {'Q', "^Q^", 3},
{0, NULL}
};