Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 2287 → Rev 2288

/kernel/trunk/sec_loader/trunk/parse_any.inc
219,7 → 219,8
mov point_default,ax
jmp .show_active_cursor
 
@@: call find_next_sect
@@:
call find_next_sect
jmp .show_all_scr
 
.pgup:
624,7 → 625,8
push di
xor ax,ax
 
@@: mov cx,38
@@:
mov cx, 38
push di
rep stosw
pop di
637,7 → 639,8
dec bx
jnz @b
 
@@: pop di
@@:
pop di
;enter in mess
.show_mess_prev_eq:
lodsb
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property