diff plugins/icq/gaim_icq.c @ 1443:336fc98b7f90

[gaim-migrate @ 1453] ha! take that, foul knave committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 Jan 2001 02:53:40 +0000
parents f2f45486d656
children 7bb7eca3fa14
line wrap: on
line diff
--- a/plugins/icq/gaim_icq.c	Mon Jan 29 01:57:37 2001 +0000
+++ b/plugins/icq/gaim_icq.c	Mon Jan 29 02:53:40 2001 +0000
@@ -481,7 +481,7 @@
 }
 
 char *gaim_plugin_init(GModule *handle) {
-	load_protocol(icq_init);
+	load_protocol(icq_init, sizeof(struct prpl));
 	return NULL;
 }