libpurple/protocols/mxit/login.c

changeset 33843
20d3040431eb
parent 33817
5c8caea5bd66
parent 33829
837d3061532b
child 33852
368feedc80cf
--- a/libpurple/protocols/mxit/login.c	Mon Apr 01 18:03:03 2013 -0400
+++ b/libpurple/protocols/mxit/login.c	Tue Apr 02 09:20:41 2013 -0400
@@ -58,7 +58,7 @@
 		const char* username	= purple_account_get_username( account );
 
 		if ( username[0] == '+' ) {
-			char* fixed	= g_strdup( &username[1] );
+			char* fixed = g_strdup( &username[1] );
 			purple_account_set_username( account, fixed );
 			g_free( fixed );
 		}

mercurial