--- sourceforge.net/trunk/rdesktop/rdp5.c 2003/07/09 07:26:14 434 +++ sourceforge.net/trunk/rdesktop/rdp5.c 2003/07/09 09:18:20 435 @@ -49,10 +49,10 @@ switch (type) { - /* Thanks to Jeroen Meijer for finding out the meaning of - most of the opcodes here. Especially opcode - 8! :) */ + /* Thanks to Jeroen Meijer for finding out the meaning of + most of the opcodes here. Especially opcode + 8! :) */ case 0: /* orders */ in_uint16_le(s, count); process_orders(s, count); @@ -70,7 +70,7 @@ case 5: process_null_system_pointer_pdu(s); break; - case 8: + case 8: in_uint16_le(s, x); in_uint16_le(s, y); if (s_check(s))