diff libgaim/privacy.c @ 14607:f23506e8f812

[gaim-migrate @ 17335] Get rid of some checks to make sure gc is valid. They shouldn't be necessary (and a lot of them were poorly implemented anyway). Let me know if you notice any crashes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 22 Sep 2006 05:42:01 +0000
parents 96a21828d3d4
children b17a907065cc
line wrap: on
line diff
--- a/libgaim/privacy.c	Thu Sep 21 21:56:19 2006 +0000
+++ b/libgaim/privacy.c	Fri Sep 22 05:42:01 2006 +0000
@@ -46,10 +46,10 @@
 			break;
 	}
 
- 	if (l != NULL)
+	if (l != NULL)
 	{
 		g_free(name);
- 		return FALSE;
+		return FALSE;
 	}
 
 	account->permit = g_slist_append(account->permit, name);