--- a/src/protocols/oscar/icq.c Sat Dec 14 03:55:50 2002 +0000 +++ b/src/protocols/oscar/icq.c Sat Dec 14 22:48:38 2002 +0000 @@ -172,7 +172,7 @@ faimdprintf(sess, 1, "icq response: %d bytes, %ld, 0x%04x, 0x%04x\n", cmdlen, ouruin, cmd, reqid); - if (cmd == 0x0041) { + if (cmd == 0x0041) { /* offline message */ fu16_t msglen; struct aim_icq_offlinemsg msg; aim_rxcallback_t userfunc;