diff options
Diffstat (limited to 'protocols/Xfire/src/buddylistgamespacket.cpp')
-rw-r--r-- | protocols/Xfire/src/buddylistgamespacket.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Xfire/src/buddylistgamespacket.cpp b/protocols/Xfire/src/buddylistgamespacket.cpp index 4ba878951b..33ede53079 100644 --- a/protocols/Xfire/src/buddylistgamespacket.cpp +++ b/protocols/Xfire/src/buddylistgamespacket.cpp @@ -42,7 +42,7 @@ namespace xfirelib { type = 0; } BuddyListGamesPacket::~BuddyListGamesPacket() { - if(ips) { + if (ips) { for( vector<char*>::iterator it = ips->begin() ; it != ips->end() ; it++) { delete[] *it; @@ -124,7 +124,7 @@ namespace xfirelib { for(int i = 0 ; i < numberOfSids ; i++) { index += val.readValue(buf,index,2); long port = val.getValueAsLong(); -// if(port==0) +// if (port==0) // { // portwasnull=1; // } |