Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7679 → Rev 7682

/kernel/trunk/network/udp.inc
5,7 → 5,7
;; ;;
;; UDP.INC ;;
;; ;;
;; Part of the tcp/ip network stack for KolibriOS ;;
;; Part of the TCP/IP network stack for KolibriOS ;;
;; ;;
;; Written by hidnplayr@kolibrios.org ;;
;; ;;
364,6 → 364,12
 
.enoroute:
pop eax
 
push eax
lea ecx, [eax + SOCKET.mutex]
call mutex_unlock
pop eax
 
popa
xor eax, eax
dec eax