changeset 6284:2392908727b8 HEAD

typofix: "(null" -> "(null)"
author Timo Sirainen <tss@iki.fi>
date Mon, 13 Aug 2007 16:56:00 +0300
parents 2d5363433029
children c77c2e198d15
files src/plugins/mail-log/mail-log-plugin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/mail-log/mail-log-plugin.c	Mon Aug 13 16:18:08 2007 +0300
+++ b/src/plugins/mail-log/mail-log-plugin.c	Mon Aug 13 16:56:00 2007 +0300
@@ -296,7 +296,7 @@
 
 	if ((mail_log_set.fields & MAIL_LOG_FIELD_MSGID) != 0) {
 		if (mail_get_first_header(mail, "Message-ID", &msgid) <= 0)
-			msgid = "(null";
+			msgid = "(null)";
 		str_printfa(str, "msgid=%s, ",
 			    str_sanitize(msgid, MSGID_LOG_LEN));
 	}