From dbf50408336d68c19bcb6d74241dcac6d38f0215 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Thu, 21 Oct 2010 04:00:16 +0200 Subject: some cosmetics --- plugins/upd/upd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/upd') diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 5a02682d..e0995108 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -107,7 +107,7 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi int xchat_plugin_deinit (void) { - xchat_command(ph, "MENU DEL \"Help/Check for updates\""); + xchat_command (ph, "MENU DEL \"Help/Check for updates\""); xchat_print (ph, "Update Checker plugin unloaded\n"); return 1; } -- cgit 1.4.1