Mercurial > pidgin
changeset 29103:60d0242ea902
Woops, a stray ;
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Thu, 10 Sep 2009 20:51:30 +0000 |
parents | f1aa01ff26dd |
children | df24cbb0d6e2 |
files | libpurple/network.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/network.c Thu Sep 10 20:33:18 2009 +0000 +++ b/libpurple/network.c Thu Sep 10 20:51:30 2009 +0000 @@ -204,7 +204,7 @@ purple_network_get_all_local_system_ips(void) { GList *result = NULL; - int source = source = socket(PF_INET,SOCK_STREAM, 0);; + int source = source = socket(PF_INET,SOCK_STREAM, 0); char buffer[1024]; char *tmp; struct ifconf ifc;