Changeset 7d861950 in mainline


Ignore:
Timestamp:
2008-10-31T16:32:48Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2953f9a
Parents:
0d974d8
Message:

move comment

File:
1 edited

Legend:

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

    r0d974d8 r7d861950  
    540540                 */
    541541                if (pos >= nodep->size) {
    542                         bytes = 0;              /* reading beyond the EOF */
     542                        /* reading beyond the EOF */
     543                        bytes = 0;
    543544                        (void) ipc_data_read_finalize(callid, NULL, 0);
    544545                } else {
Note: See TracChangeset for help on using the changeset viewer.