Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/blkdump/blkdump.c

    rd5c1051 r7354b5e  
    161161        printf("Device %s has %" PRIuOFF64 " blocks, %" PRIuOFF64 " bytes each\n", dev_path, dev_nblocks, (aoff64_t) block_size);
    162162
    163         int ret;
    164163        if (toc)
    165                 ret = print_toc();
     164                rc = print_toc();
    166165        else
    167                 ret = print_blocks(block_offset, block_count, block_size);
     166                rc = print_blocks(block_offset, block_count, block_size);
    168167
    169168        block_fini(service_id);
    170169
    171         return ret;
     170        return rc;
    172171}
    173172
Note: See TracChangeset for help on using the changeset viewer.