summary refs log tree commit diff stats
path: root/plugins/checksum/checksum.c
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-21 04:00:16 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-21 04:00:16 +0200
commitdbf50408336d68c19bcb6d74241dcac6d38f0215 (patch)
tree33fd93c423856abb87b61a4ac92aefc85dc75244 /plugins/checksum/checksum.c
parent3c72823b014147a4cfa028d03f3d686797a085e5 (diff)
some cosmetics
Diffstat (limited to 'plugins/checksum/checksum.c')
-rw-r--r--plugins/checksum/checksum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/checksum/checksum.c b/plugins/checksum/checksum.c
index d5301ce3..022fa940 100644
--- a/plugins/checksum/checksum.c
+++ b/plugins/checksum/checksum.c
@@ -135,8 +135,8 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi
 	*plugin_desc = "Calculate checksum for DCC file transfers";
 	*plugin_version = "1.1";
 	
-	xchat_hook_print(ph, "DCC RECV Complete", XCHAT_PRI_NORM, dccrecv_cb, NULL);
-	xchat_hook_print(ph, "DCC Offer", XCHAT_PRI_NORM, dccoffer_cb, NULL);
+	xchat_hook_print (ph, "DCC RECV Complete", XCHAT_PRI_NORM, dccrecv_cb, NULL);
+	xchat_hook_print (ph, "DCC Offer", XCHAT_PRI_NORM, dccoffer_cb, NULL);
 
 	xchat_print (ph, "Checksum plugin loaded\n");