From deee38c5ce3d407bad80df0f9cffb214a287f7ef Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 2 Dec 2011 08:07:27 +0100 Subject: fix deinit message in exec --- plugins/exec/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/exec/exec.c b/plugins/exec/exec.c index fc8c8ec9..f9450210 100644 --- a/plugins/exec/exec.c +++ b/plugins/exec/exec.c @@ -123,6 +123,6 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi int xchat_plugin_deinit (void) { - xchat_print (ph, "%s plugin unloaded\n", name); + xchat_printf (ph, "%s plugin unloaded\n", name); return 1; } -- cgit 1.4.1