Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6875 → Rev 6876

/kernel/trunk/fs/fat.inc
2921,6 → 2921,7
push eax
call fat_unlock
pop eax
@@:
ret
 
.volume:
2934,6 → 2935,8
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
@@: