changeset 21578:e26890a63ff6

Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 17 Nov 2007 20:00:25 +0000
parents ea34884fd5c3
children 5b97451dade2
files libpurple/protocols/msnp9/msn.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msnp9/msn.c	Sat Nov 17 19:58:00 2007 +0000
+++ b/libpurple/protocols/msnp9/msn.c	Sat Nov 17 20:00:25 2007 +0000
@@ -2218,4 +2218,4 @@
 		PURPLE_CALLBACK(msn_uri_handler), NULL);
 }
 
-PURPLE_INIT_PLUGIN(msn, init_plugin, info);
+PURPLE_INIT_PLUGIN(msnp9, init_plugin, info);