r7139: trying to reduce the number of diffs between trunk and 3.0; changing version...
[ira/wip.git] / source3 / modules / weird.c
index e4809a64c4271c7a97bb195ac62105271aeeda65..3c59fd9d61f18b35115df84d0cb64b468524fd05 100644 (file)
@@ -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}
 };