Compiler masochism compliance.
[exim.git] / src / src / transports / appendfile.c
index 39dd4f8f07cb4a0a9e4effc4570001447ebe66ac..a399c600e64d0126a4aada1b5654041bf76600e9 100644 (file)
@@ -21,7 +21,7 @@ supported only if SUPPORT_MBX is set. */
 
 enum { mbf_unix, mbf_mbx, mbf_smail, mbf_maildir, mbf_mailstore };
 
-static char *mailbox_formats[] = {
+static const char *mailbox_formats[] = {
   "unix", "mbx", "smail", "maildir", "mailstore" };