libpurple/protocols/gg/account.c

changeset 33865
3f1be2d7ae11
parent 33351
bd15903d0d89
child 34148
62a874e41930
--- a/libpurple/protocols/gg/account.c	Mon Apr 08 14:55:30 2013 +0200
+++ b/libpurple/protocols/gg/account.c	Mon Apr 08 16:48:19 2013 +0200
@@ -432,7 +432,7 @@
 void ggp_account_chpass(PurpleConnection *gc)
 {
 	ggp_account_chpass_data *chpass_data;
-	void ggp_account_change_passwd(PurpleConnection *gc);
+
 	purple_debug_info("gg", "ggp_account_chpass\n");
 	
 	chpass_data = g_new0(ggp_account_chpass_data, 1);

mercurial