1
0
mirror of synced 2024-11-27 23:10:49 +01:00

bpreader: fix non-returning function

This commit is contained in:
Kevin Trocolli 2023-03-27 04:06:40 -04:00
parent c1b19ceadd
commit ce6c8dfafe

View File

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