fix style 'ed_pass'

git-svn-id: svn://kolibrios.org@3090 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
IgorA
2012-12-07 18:26:22 +00:00
parent f016b20ba3
commit 93cef427ec
2 changed files with 5 additions and 0 deletions

View File

@@ -196,6 +196,8 @@ proc edit_box.draw_password
locals
s_len dw ? ;¤«¨­  ¢ë¢®¤¨¬®£® ⥪áâ 
endl
cmp esi,1
jl .end_f ;¥á«¨ áâப  ¯ãáâ ï
mov [s_len],si
xor esi,esi
inc esi
@@ -206,6 +208,7 @@ endl
dec word[s_len]
cmp word[s_len],0
jg @b
.end_f:
ret
endp
;----------------------------------------------------------