[Goodies-commits] r5445 - xfce4-mailwatch-plugin/trunk/libmailwatch-core

Brian Tarricone kelnos at xfce.org
Wed Sep 24 02:08:52 CEST 2008


Author: kelnos
Date: 2008-09-24 00:08:52 +0000 (Wed, 24 Sep 2008)
New Revision: 5445

Modified:
   xfce4-mailwatch-plugin/trunk/libmailwatch-core/mailwatch-utils.c
Log:
another ssl-disabled fix


Modified: xfce4-mailwatch-plugin/trunk/libmailwatch-core/mailwatch-utils.c
===================================================================
--- xfce4-mailwatch-plugin/trunk/libmailwatch-core/mailwatch-utils.c	2008-09-23 22:28:21 UTC (rev 5444)
+++ xfce4-mailwatch-plugin/trunk/libmailwatch-core/mailwatch-utils.c	2008-09-24 00:08:52 UTC (rev 5445)
@@ -186,7 +186,7 @@
     return response_base64;
 #else
     g_warning("CRAM-MD5 computation unavailable: libmailwatch was not compiled with gnutls support.");
-    return NULL
+    return NULL;
 #endif
 }
 




More information about the Goodies-commits mailing list