updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-10-19 20:45:55 -05:00
parent b281b4c105
commit 104e101158

View File

@ -119,9 +119,9 @@ auto get_free_drive_space(std::string_view path)
std::to_string(utils::get_last_error_code()), std::to_string(utils::get_last_error_code()),
path, path,
}); });
return li.QuadPart;
} }
return li.QuadPart;
#endif // defined(_WIN32) #endif // defined(_WIN32)
#if defined(__linux__) #if defined(__linux__)