diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-30 08:35:18 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-30 08:35:18 +0100 |
commit | ac4043dd9d3f0549198977593ddcbba5039eae6d (patch) | |
tree | 7b553cc214b55c9da5493df19b3c65f46768ed9d | |
parent | ebee44ca131baae1d64a4af992c5580dd5836585 (diff) |
cosmetics
-rw-r--r-- | src/common/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |