Fixed compile error

This commit is contained in:
James Booth
2012-12-10 00:57:50 +00:00
parent 5013cce832
commit 6ef4014882

View File

@@ -149,7 +149,7 @@ jabber_connect(const char * const user,
{
if (saved_account != NULL) {
free(saved_account);
saved_account = NULL)
saved_account = NULL;
}
if (saved_user == NULL) {