dovecot-2.2: Compiling fix for previous change..
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Fri Aug 15 11:51:56 UTC 2014
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/5dbd8a63aeb0
changeset: 17717:5dbd8a63aeb0
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 15 14:48:08 2014 +0300
description:
Compiling fix for previous change..
diffstat:
 src/lib-storage/mail-error.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 286da24ada43 -r 5dbd8a63aeb0 src/lib-storage/mail-error.h
--- a/src/lib-storage/mail-error.h	Fri Aug 15 14:41:03 2014 +0300
+++ b/src/lib-storage/mail-error.h	Fri Aug 15 14:48:08 2014 +0300
@@ -48,7 +48,7 @@
 	MAIL_ERROR_CONVERSION,
 	/* Can't do the requested data conversion because the original data
 	   isn't valid. */
-	MAIL_ERROR_INVALIDDATA
+	MAIL_ERROR_INVALIDDATA,
 
 	/* FIXME: Obsolete - remove in v2.3 */
 	MAIL_ERROR_NOSPACE = MAIL_ERROR_NOQUOTA
    
    
More information about the dovecot-cvs
mailing list