[evolution-data-server] Fix a tiny coding style issue from the previous commit



commit 33aad424df59b26a8ca1d73a546151d474b7c0ad
Author: Milan Crha <mcrha redhat com>
Date:   Fri Oct 5 08:07:23 2018 +0200

    Fix a tiny coding style issue from the previous commit

 src/camel/providers/imapx/camel-imapx-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/camel/providers/imapx/camel-imapx-utils.c b/src/camel/providers/imapx/camel-imapx-utils.c
index a8d608f53..5dc1aee11 100644
--- a/src/camel/providers/imapx/camel-imapx-utils.c
+++ b/src/camel/providers/imapx/camel-imapx-utils.c
@@ -482,7 +482,7 @@ struct {
        { "SPECIAL-USE", IMAPX_CAPABILITY_SPECIAL_USE },
        { "X-GM-EXT-1", IMAPX_CAPABILITY_X_GM_EXT_1 },
        { "UTF8=ACCEPT", IMAPX_CAPABILITY_UTF8_ACCEPT },
-       { "UTF8=ONLY", IMAPX_CAPABILITY_UTF8_ONLY },
+       { "UTF8=ONLY", IMAPX_CAPABILITY_UTF8_ONLY }
 };
 
 static GMutex capa_htable_lock;         /* capabilities lookup table lock */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]