comparison src/protocols/oscar/conn.c @ 13259:3128ef5250ad

[gaim-migrate @ 15625] Fix good things thanks Bleeter committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 23:00:33 +0000
parents 7ead7b8aea63
children 2d5a1d2a520e
comparison
equal deleted inserted replaced
13258:fccf09946174 13259:3128ef5250ad
325 GList *cur; 325 GList *cur;
326 326
327 for (cur = sess->oscar_connections; cur; cur = cur->next) 327 for (cur = sess->oscar_connections; cur; cur = cur->next)
328 { 328 {
329 OscarConnection *conn; 329 OscarConnection *conn;
330 conn = cur->data;
330 if (conn->type == type) 331 if (conn->type == type)
331 return conn; 332 return conn;
332 } 333 }
333 334
334 return NULL; 335 return NULL;