From a4c0e7f3fed1eadcbe0efa3393a91cc4293cf549 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 20 Oct 2010 22:49:55 +0200 Subject: some formatting --- plugins/upd/upd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/upd') diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 1062c6e9..080928df 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -74,15 +74,15 @@ print_version () if (strcmp (version, xchat_get_info (ph, "version")) == 0) { - xchat_printf (ph, "You have the latest version of XChat-WDK installed!"); + xchat_printf (ph, "You have the latest version of XChat-WDK installed!\n"); } else if (strcmp (version, "Unknown") == 0) { - xchat_printf (ph, "Unable to check for XChat-WDK updates!"); + xchat_printf (ph, "Unable to check for XChat-WDK updates!\n"); } else { - xchat_printf (ph, "An XChat-WDK update is available! You can download it from here:\nhttp://xchat-wdk.googlecode.com/files/XChat-WDK%%20%s.exe", version); + xchat_printf (ph, "An XChat-WDK update is available! You can download it from here:\nhttp://xchat-wdk.googlecode.com/files/XChat-WDK%%20%s.exe\n", version); } } -- cgit 1.4.1