Renamed XFileSystemAttributeInfo to X_FILE_FS_ATTRIBUTE_INFORMATION.

This commit is contained in:
gibbed
2015-05-24 03:44:12 -05:00
parent cbbaae7867
commit de844a3db9
11 changed files with 13 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ X_STATUS HostPathFile::QueryVolume(X_FILE_FS_VOLUME_INFORMATION* out_info, size_
}
X_STATUS HostPathFile::QueryFileSystemAttributes(
XFileSystemAttributeInfo* out_info, size_t length) {
X_FILE_FS_ATTRIBUTE_INFORMATION* out_info, size_t length) {
return entry_->device()->QueryFileSystemAttributes(out_info, length);
}