Changeset ba55c194 in mainline


Ignore:
Timestamp:
2012-02-25T13:17:32Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
392bd67c
Parents:
b200230
Message:

mkexfat: fix comment.

File:
1 edited

Legend:

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

    rb200230 rba55c194  
    414414        } else if (ncls == 1) {
    415415                /* This is the last cluster of this chain, mark it
    416                  * with EOK.
     416                 * with EOF.
    417417                 */
    418418                fat[cur_cls] = host2uint32_t_le(0xFFFFFFFF);
Note: See TracChangeset for help on using the changeset viewer.