Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5098 → Rev 5142

/programs/system/rdsave/trunk/rdsave.asm
42,7 → 42,6
align 4
START:
;---------------------------------------------------------------------
mcall 48,3,sc,sizeof.system_colors
mcall 68,11
 
load_libraries l_libs_start,end_l_libs
199,7 → 198,9
cmp byte[ecx+1],'r'
je @f
cmp byte[ecx+1],'R'
jne not_rd
je @f
cmp byte[ecx],'/'
je not_rd
@@:
mov edx,rdError
call print_err
334,6 → 335,7
;--- Draw window ---------------------------------------------------
;---------------------------------------------------------------------
draw_window:
mcall 48,3,sc,sizeof.system_colors
mcall 12,1
 
mov edx,[sc.work]