Changeset 6722766 in mainline
- Timestamp:
- 2011-12-10T17:47:54Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a6690d8
- Parents:
- 76da580a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_ops.c
r76da580a r6722766 1276 1276 if (rc == EOK) 1277 1277 goto hit; 1278 if (rc == ENOENT)1278 else if (rc == ENOENT) 1279 1279 goto miss; 1280 1281 (void) exfat_directory_close(&di); 1280 1282 1281 1283 err:
Note:
See TracChangeset
for help on using the changeset viewer.