Changeset 46577995 in mainline for uspace/srv/fs/fat/fat.c
- Timestamp:
- 2018-01-04T20:50:52Z (7 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.c
rfacacc71 r46577995 72 72 } 73 73 74 int rc = fat_idx_init();74 errno_t rc = fat_idx_init(); 75 75 if (rc != EOK) 76 76 goto err;
Note:
See TracChangeset
for help on using the changeset viewer.