Commit 47ea2227 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix typo, amend last commit

parent 043a9b4e
......@@ -890,7 +890,7 @@ os_file_get_block_size(
if (!result) {
DWORD err = GetLastError();
if (err != ERROR_INVALID_FUNCTION || err != ERROR_NOT_SUPPORTED) {
if (err != ERROR_INVALID_FUNCTION && err != ERROR_NOT_SUPPORTED) {
os_file_handle_error_no_exit(volume,
"DeviceIoControl(IOCTL_STORAGE_QUERY_PROPERTY)", FALSE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment