From ac4043dd9d3f0549198977593ddcbba5039eae6d Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 30 Nov 2011 08:35:18 +0100 Subject: cosmetics --- src/common/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/plugin.c') diff --git a/src/common/plugin.c b/src/common/plugin.c index bd960ea5..56626865 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -273,7 +273,7 @@ plugin_add (session *sess, char *filename, void *handle, void *init_func, pl->xchat_set_plugin_pref_str = xchat_set_plugin_pref_str; pl->xchat_get_plugin_pref_str = xchat_get_plugin_pref_str; pl->xchat_set_plugin_pref_int = xchat_set_plugin_pref_int; - pl->xchat_get_plugin_pref_int= xchat_get_plugin_pref_int; + pl->xchat_get_plugin_pref_int = xchat_get_plugin_pref_int; /* incase new plugins are loaded on older xchat */ pl->xchat_dummy4 = xchat_dummy; -- cgit 1.4.1