1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-01-31 15:30:17 -05:00

insert missing newline

This commit is contained in:
berkeviktor@aol.com 2010-10-21 05:35:00 +02:00
parent 0a2b0a25ff
commit 695a82f998

View File

@ -149,4 +149,4 @@ xchat_plugin_deinit (void)
{ {
xchat_print (ph, "Checksum plugin unloaded\n"); xchat_print (ph, "Checksum plugin unloaded\n");
return 1; return 1;
} }