From 8855528bcaa2c06cc7f23d53d63cbfdadd2f8fcf Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 18 Dec 2007 09:13:01 +0000 Subject: minor code tweaking git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11936 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/irc.c') diff --git a/src/map/irc.c b/src/map/irc.c index 67d269e51..0238225fe 100644 --- a/src/map/irc.c +++ b/src/map/irc.c @@ -52,7 +52,7 @@ int irc_connect_timer(int tid, unsigned int tick, int id, int data) return 0; //Ok, this ShowInfo and printf are a little ugly, but they are meant to //debug just how long the code freezes here. [Skotlex] - ShowInfo("(IRC) Connecting to %s...\n", irc_ip_str); + ShowInfo("(IRC) Connecting to %s... ", irc_ip_str); irc_fd = make_connection(irc_ip,irc_port); if(irc_fd > 0){ printf("ok\n"); -- cgit v1.2.3-60-g2f50