Mercurial > pidgin
changeset 22042:7553cbc95504
Huh, you want to be able to compile? I clearly (or not so clearly) need new
glasses. ; is most definitely not the same as :
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Tue, 08 Jan 2008 03:28:48 +0000 |
parents | da0b37abe4bd |
children | 23fef20a0ef2 |
files | libpurple/connection.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/connection.c Tue Jan 08 03:03:15 2008 +0000 +++ b/libpurple/connection.c Tue Jan 08 03:28:48 2008 +0000 @@ -549,11 +549,11 @@ 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,