diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-21 04:00:16 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-21 04:00:16 +0200 |
commit | dbf50408336d68c19bcb6d74241dcac6d38f0215 (patch) | |
tree | 33fd93c423856abb87b61a4ac92aefc85dc75244 /plugins/upd | |
parent | 3c72823b014147a4cfa028d03f3d686797a085e5 (diff) |
some cosmetics
Diffstat (limited to 'plugins/upd')
-rw-r--r-- | plugins/upd/upd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |