Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4154 → Rev 4153

/programs/develop/libraries/box_lib/trunk/filebrowser.mac
1310,10 → 1310,6
jmp .arrow_down
;-------------------------------------------------------
.mark_1:
mov eax,fb_folder_block
test eax,eax
jz .exit
 
xor eax,eax
mov ax,fb_start_draw_cursor_line
xor edx,edx
1340,7 → 1336,6
inc al
and al,1
mov [esi],al
.exit:
ret
;-------------------------------------------------------
.mark_all: