Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6876 → Rev 6875

/kernel/trunk/fs/fat.inc
2921,7 → 2921,6
push eax
call fat_unlock
pop eax
@@:
ret
 
.volume:
2935,8 → 2934,6
mov eax, [ebx+8]
mov byte [edi], 8
mov [edi+4], eax
test eax, eax
jz @b
lea esi, [ebp+FAT.volumeLabel]
mov ecx, 11
@@: