Compiler masochism compliance.
[exim.git] / src / src / transports / lmtp.c
index 433686d068dc7ffe4c93f173c0d8f07f5d823d28..f4d95fa8c3eec5082dc10216fa8d5754bb0c6c8a 100644 (file)
@@ -212,7 +212,7 @@ Returns:     TRUE if successful, FALSE if not, with errno set
 */
 
 static BOOL
-lmtp_write_command(int fd, char *format, ...)
+lmtp_write_command(int fd, const char *format, ...)
 {
 int count, rc;
 va_list ap;