Changeset d5c1051 in mainline for uspace/app/mkexfat/mkexfat.c


Ignore:
Timestamp:
2017-12-20T22:25:34Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
39b54fe
Parents:
8610c2c
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-20 22:22:29)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-20 22:25:34)
Message:

"Obviously harmless" error handling tweaks.

File:
1 edited

Legend:

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

    r8610c2c rd5c1051  
    351351{
    352352        uint32_t *ebs = calloc(cfg->sector_size, sizeof(uint8_t));
    353         int i, rc;
     353        int i;
     354        int rc;
    354355
    355356        if (!ebs)
     
    757758        char *dev_path;
    758759        service_id_t service_id;
    759         int rc, c, opt_ind;
     760        int rc;
     761        int c, opt_ind;
    760762        aoff64_t user_fs_size = 0;
    761763
Note: See TracChangeset for help on using the changeset viewer.