Compiler masochism compliance.
[exim.git] / src / src / lookups / dnsdb.c
index 5e7c158aa1dda04d70a5f1f37a09a3f6ef47a808..f3aaf52aff965917d795191226fbaac3021a99d3 100644 (file)
@@ -21,7 +21,7 @@ header files. */
 
 /* Table of recognized DNS record types and their integer values. */
 
-static char *type_names[] = {
+static const char *type_names[] = {
   "a",
 #if HAVE_IPV6
   "aaaa",