diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-21 05:35:00 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-21 05:35:00 +0200 |
commit | 695a82f998a437e374f8eb2dce05f11d56ae6f21 (patch) | |
tree | 5d97e66da18f139600c789e4bae8137cfa36db47 /plugins/checksum | |
parent | 0a2b0a25ffa99c4720ca754825e044aee670bc7c (diff) |
insert missing newline
Diffstat (limited to 'plugins/checksum')
-rw-r--r-- | plugins/checksum/checksum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/checksum/checksum.c b/plugins/checksum/checksum.c index 38e2166d..1376b355 100644 --- a/plugins/checksum/checksum.c +++ b/plugins/checksum/checksum.c @@ -149,4 +149,4 @@ xchat_plugin_deinit (void) { xchat_print (ph, "Checksum plugin unloaded\n"); return 1; -} \ No newline at end of file +} |