Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2209 → Rev 458

/kernel/branches/hd_kolibri/kernel/network/tcp.inc
1224,7 → 1224,6
 
; Only delete the socket if we received the FIN
 
mov edx, [sktAddr]
mov bl, [edx + 33]
and bl, 0x01
cmp bl, 0x01