changeset 28037:f1ce91569ed3

build fix
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 27 Jul 2009 15:42:19 +0900
parents 8be4bea98188
children b29fed3c8834
files libpurple/protocols/yahoo/libymsg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c	Mon Jul 27 15:22:00 2009 +0900
+++ b/libpurple/protocols/yahoo/libymsg.c	Mon Jul 27 15:42:19 2009 +0900
@@ -1472,7 +1472,7 @@
 
 static char *yahoo_decode(PurpleConnection *gc, const char *text)
 {
-	struct yahoo_data *yd = gc->proto_data;
+	YahooData *yd = gc->proto_data;
 	char *converted = NULL;
 	char *n, *new;
 	const char *end, *p;