bpreader: fix non-returning function

This commit is contained in:
Hay1tsme 2023-03-27 04:06:40 -04:00
parent c1b19ceadd
commit ce6c8dfafe
1 changed files with 1 additions and 1 deletions

View File

@ -335,5 +335,5 @@ static HRESULT crack_bpreader_request() {
}
static HRESULT build_bpreader_response() {
return S_OK;
}