From 05d7641afd10c5af6cb8b5bef34a5e86a001c2d2 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 20 Oct 2013 19:32:54 +0000 Subject: Xfire: spelling corrections git-svn-id: http://svn.miranda-ng.org/main/trunk@6562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/xfirepacket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Xfire/src/xfirepacket.cpp') diff --git a/protocols/Xfire/src/xfirepacket.cpp b/protocols/Xfire/src/xfirepacket.cpp index 955881863f..09632137da 100644 --- a/protocols/Xfire/src/xfirepacket.cpp +++ b/protocols/Xfire/src/xfirepacket.cpp @@ -65,7 +65,7 @@ namespace xfirelib { XERROR2("Returned less than 5 ?!: %d\n",r); throw SocketException("Connection Closed ?"); } - XDEBUG2("Read %d bytes ...\n", r ); + XDEBUG2("Read %d bytes...\n", r ); unsigned int len = ((unsigned char)buf[0]) + (((unsigned char)buf[1]) * 256); int packetid = buf[2]; -- cgit v1.2.3