Changeset 393bef1 in mainline


Ignore:
Timestamp:
2010-02-01T19:24:45Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f93cdbe, d42976c
Parents:
0055cfd
Message:

Fix compiler warnings.

File:
1 edited

Legend:

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

    r0055cfd r393bef1  
    164164                assert((keys == 1) || (keys == 3));
    165165        }
     166
     167        return 0;
    166168}
    167169
     
    219221                assert((keys == 1) || (keys == 2));
    220222        }
     223
     224        return 0;
    221225}
    222226
Note: See TracChangeset for help on using the changeset viewer.