cosmetics

This commit is contained in:
Berke Viktor 2011-11-30 08:35:18 +01:00
parent ebee44ca13
commit ac4043dd9d
1 changed files with 1 additions and 1 deletions

View File

@ -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;