Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3450 → Rev 3449

/programs/media/scrshoot/scrsavef.inc
130,7 → 130,6
movzx edx,word [scr_buf.height]
movzx ebx,word [scr_buf.width]
lea ebx,[ebx*3]
mov ecx,ebx
test ebx,11b
jz @f
138,8 → 137,6
inc ebx
shl ebx,2
@@:
mov eax,ebx
sub eax,ecx
cld
align 4
.next_str:
148,7 → 145,6
shr ecx,2
rep movsd
sub edi,ebx
sub esi,eax
dec edx
jnz .next_str