Mercurial > pidgin
diff plugins/perl/common/SavedStatuses.xs @ 11130:3f3bc7f1b6bf
[gaim-migrate @ 13186]
Fixed warning messages
committer: Tailor Script <tailor@pidgin.im>
| author | John H. Kelm <johnkelm@gmail.com> |
|---|---|
| date | Tue, 19 Jul 2005 10:03:10 +0000 |
| parents | 134d0001983d |
| children | b284c703d398 |
line wrap: on
line diff
--- a/plugins/perl/common/SavedStatuses.xs Tue Jul 19 05:31:36 2005 +0000 +++ b/plugins/perl/common/SavedStatuses.xs Tue Jul 19 10:03:10 2005 +0000 @@ -49,7 +49,7 @@ void gaim_savedstatuses_get_all() PREINIT: - GList *l; + const GList *l; PPCODE: for (l = gaim_savedstatuses_get_all(); l != NULL; l = l->next) { XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::ListItem")));
