diff libpurple/plugin.c @ 27632:95cc20ede768

567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 19 Jul 2009 22:29:44 +0000
parents 386265b369c9
children f42fb3f1e5ae
line wrap: on
line diff
--- a/libpurple/plugin.c	Sun Jul 19 20:16:27 2009 +0000
+++ b/libpurple/plugin.c	Sun Jul 19 22:29:44 2009 +0000
@@ -35,6 +35,8 @@
 #include "util.h"
 #include "version.h"
 
+#define g_module_close ((void)0);
+
 typedef struct
 {
 	GHashTable *commands;