Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 737 → Rev 738

/kernel/trunk/network/socket.inc
343,8 → 343,10
;
;***************************************************************************
socket_close:
mov eax, 0xFFFFFFFF ; assume this operation will fail..
cmp ebx, NUM_SOCKETS
jae sc_exit
Index2RealAddr ebx
mov eax, 0xFFFFFFFF ; assume this operation will fail..
cmp [ebx + SOCKET.Status], dword SOCK_EMPTY
jz sc_exit