Skip to content

Commit a7d5438

Browse files
chore: rename Makefile
1 parent b280fba commit a7d5438

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

makefile renamed to Makefile

File renamed without changes.

ext2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ void cat(int fd, struct ext2_inode *inode, struct ext2_group_desc *group, char *
331331

332332
// Se depois dos blocos com uma indireção ainda existirem dados,
333333
// percorre o bloco 13 (dupla indireção)
334-
if(arqSize > 0){
334+
if(arqSize > 0) {
335335

336336
lseek(fd, BLOCK_OFFSET(inodeEntryTemp->i_block[13]), SEEK_SET);
337337
read(fd, doubleIndirection, block_size);

0 commit comments

Comments
 (0)