Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3315 → Rev 3316

/kernel/trunk/fs/ext2.inc
1133,11 → 1133,11
sub eax, [ext2_data.count_block_in_block]
jle .not_found
push eax
inc ecx
jmp .folder_block_cycle
 
.not_found:
pop ebx
mov eax, ERROR_FILE_NOT_FOUND
ret