diff libpurple/protocols/mxit/login.c @ 31741:754459ff7b23

* removed unneeded variable passing.
author pieter.loubser@mxit.com
date Thu, 13 Jan 2011 06:56:41 +0000
parents 69760676c50c
children 06371b61a840
line wrap: on
line diff
--- a/libpurple/protocols/mxit/login.c	Wed Sep 15 08:28:39 2010 +0000
+++ b/libpurple/protocols/mxit/login.c	Thu Jan 13 06:56:41 2011 +0000
@@ -141,9 +141,10 @@
 	}
 
 	/* This timer might already exist if we're registering a new account */
-	if ( session->q_timer == 0 )
+	if ( session->q_timer == 0 ) {
 		/* start the tx queue manager timer */
 		session->q_timer = purple_timeout_add_seconds( 2, mxit_manage_queue, session );
+	}
 }