about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-12-10 00:57:50 +0000
committerJames Booth <boothj5@gmail.com>2012-12-10 00:57:50 +0000
commit6ef4014882ac06d1388e46c1a6cdf515aff677b5 (patch)
tree3c5e2074ca1a8b96145bdeeda04f849f7d7ed5b7
parent5013cce832cb236415abfbc81300e4812fa2838a (diff)
downloadprofani-tty-6ef4014882ac06d1388e46c1a6cdf515aff677b5.tar.gz
Fixed compile error
-rw-r--r--src/jabber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jabber.c b/src/jabber.c
index f9ce58fa..65ed30df 100644
--- a/src/jabber.c
+++ b/src/jabber.c
@@ -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) {