Changeset 1f1cc9d in mainline


Ignore:
Timestamp:
2011-03-29T18:02:43Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
152610a8
Parents:
fde8a27
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_inode.c

    rfde8a27 r1f1cc9d  
    6161        const int itable_off = 2 + sbi->ibmap_blocks + sbi->zbmap_blocks;
    6262
    63         if (block_get(&b, instance->handle, itable_off + inum / V1_INODES_PER_BLOCK,
     63        if (block_get(&b, instance->handle,
     64                        itable_off + inum / V1_INODES_PER_BLOCK,
    6465                        BLOCK_FLAGS_NONE) != EOK)
    6566                goto out_err;
Note: See TracChangeset for help on using the changeset viewer.