Changeset a405563 in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2009-08-02T18:51:49Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f019cc07
Parents:
30885b9
Message:

Fix some warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    r30885b9 ra405563  
    403403        fat_bs_t *bs;
    404404        block_t *b;
    405         int i, j;
     405        unsigned i, j;
    406406        uint16_t bps;
    407407        unsigned dps;
Note: See TracChangeset for help on using the changeset viewer.