summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/auth.c
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-11-06 09:57:49 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-11-06 09:57:49 +0000
commita579a67b149879ebfe0749108b23fff5edc46501 (patch)
tree368b0a5864bdde89c414a32a4039af2649ba1c34 /libpurple/protocols/jabber/auth.c
parentdbe62aab89975410a387ee543b2c4cb357da686e (diff)
downloadpidgin-a579a67b149879ebfe0749108b23fff5edc46501.tar.gz
Hmm, I think I'm reaching diminishing returns.
Diffstat (limited to 'libpurple/protocols/jabber/auth.c')
-rw-r--r--libpurple/protocols/jabber/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/protocols/jabber/auth.c b/libpurple/protocols/jabber/auth.c
index 6903270149..8272af6666 100644
--- a/libpurple/protocols/jabber/auth.c
+++ b/libpurple/protocols/jabber/auth.c
@@ -1071,7 +1071,7 @@ void jabber_auth_handle_success(JabberStream *js, xmlnode *packet)
purple_connection_error_reason(js->gc,
PURPLE_CONNECTION_ERROR_NETWORK_ERROR,
_("Invalid response from server"));
- g_return_val_if_reached();
+ g_return_if_reached();
}
}
/* If we've negotiated a security layer, we need to enable it */