im.pidgin.pidgin: 1a2a1878026930df8376ed7eb166d11cd415fa3f

nosnilmot at pidgin.im nosnilmot at pidgin.im
Mon Jan 7 22:30:44 EST 2008


-----------------------------------------------------------------
Revision: 1a2a1878026930df8376ed7eb166d11cd415fa3f
Ancestor: 5242231497cb8f7c2424526217e513755f6c283b
Author: nosnilmot at pidgin.im
Date: 2008-01-08T03:28:48
Branch: im.pidgin.pidgin

Modified files:
        libpurple/connection.c

ChangeLog: 

Huh, you want to be able to compile? I clearly (or not so clearly) need new
glasses. ; is most definitely not the same as :

-------------- next part --------------
============================================================
--- libpurple/connection.c	71ffc496c4bd76413a57e6a045a95192815d4128
+++ libpurple/connection.c	c02ce003fec3d591c07f75c56fcaa406ff9dd78c
@@ -549,11 +549,11 @@ purple_connection_ssl_error (PurpleConne
 			break;
 		case PURPLE_SSL_CERTIFICATE_INVALID:
 			/* TODO: maybe PURPLE_SSL_* should be more specific? */
-			reason = PURPLE_CONNECTION_ERROR_CERT_OTHER_ERROR:
+			reason = PURPLE_CONNECTION_ERROR_CERT_OTHER_ERROR;
 			break;
 		default:
 			g_assert_not_reached ();
-			reason = PURPLE_CONNECTION_ERROR_CERT_OTHER_ERROR:
+			reason = PURPLE_CONNECTION_ERROR_CERT_OTHER_ERROR;
 	}
 
 	purple_connection_error_reason (gc, reason,


More information about the Commits mailing list