diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-18 09:13:01 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-18 09:13:01 +0000 |
commit | 8855528bcaa2c06cc7f23d53d63cbfdadd2f8fcf (patch) | |
tree | 7dc380f0d787f5c8188a4778188127dc7d0cd762 /src/map/irc.c | |
parent | 3a4984a967675b1fd10c84730994bf08766c639d (diff) | |
download | hercules-8855528bcaa2c06cc7f23d53d63cbfdadd2f8fcf.tar.gz hercules-8855528bcaa2c06cc7f23d53d63cbfdadd2f8fcf.tar.bz2 hercules-8855528bcaa2c06cc7f23d53d63cbfdadd2f8fcf.tar.xz hercules-8855528bcaa2c06cc7f23d53d63cbfdadd2f8fcf.zip |
minor code tweaking
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11936 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/irc.c')
-rw-r--r-- | src/map/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |