diff plugins/perl/common/Status.xs @ 11131:ece127d56c14

[gaim-migrate @ 13187] Fixed warning messages committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Tue, 19 Jul 2005 10:16:32 +0000
parents 3f3bc7f1b6bf
children 0e9e2b923d09
line wrap: on
line diff
--- a/plugins/perl/common/Status.xs	Tue Jul 19 10:03:10 2005 +0000
+++ b/plugins/perl/common/Status.xs	Tue Jul 19 10:16:32 2005 +0000
@@ -351,7 +351,7 @@
 PREINIT:
 	GList *t_GL;
 	int i, t_len;
-PPCODE:
+CODE:
 	t_GL = NULL;
 	t_len = av_len((AV *)SvRV(status_types));