comparison src/status.c @ 10895:ffb30c2e82cb

[gaim-migrate @ 12609] sf patch #1193187, from Rainer Blessing Fix an infinite loop. Infinity is a long time. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 03 May 2005 01:37:30 +0000
parents d01d81de94d8
children 50224ac8184d
comparison
equal deleted inserted replaced
10894:1a0e699521c3 10895:ffb30c2e82cb
481 { 481 {
482 status_type = status_types->data; 482 status_type = status_types->data;
483 483
484 if (!strcmp(id, status_type->id)) 484 if (!strcmp(id, status_type->id))
485 return status_type; 485 return status_type;
486
487 status_types = status_types->next;
486 } 488 }
487 489
488 return NULL; 490 return NULL;
489 } 491 }
490 492