Changes in uspace/srv/fs/exfat/exfat_idx.c [4e00f87:bc216a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_idx.c
r4e00f87 rbc216a0 156 156 .key_hash = pos_key_hash, 157 157 .key_equal = pos_key_equal, 158 .equal = NULL,159 .remove_callback = NULL,158 .equal = 0, 159 .remove_callback = 0, 160 160 }; 161 161 … … 202 202 .key_hash = idx_key_hash, 203 203 .key_equal = idx_key_equal, 204 .equal = NULL,204 .equal = 0, 205 205 .remove_callback = idx_remove_callback, 206 206 };
Note:
See TracChangeset
for help on using the changeset viewer.