Fix Diva slider startup

remotes/1722699834674540220/tmp_refs/heads/master
Tau 2021-06-06 09:39:45 -04:00
parent 972b3a5de8
commit fab50e5e34
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ static HRESULT slider_handle_irp_locked(struct irp *irp)
if (irp->op == IRP_OP_OPEN) {
dprintf("Diva slider: Starting backend DLL\n");
hr = diva_io_jvs_init();
hr = diva_io_slider_init();
if (FAILED(hr)) {
dprintf("Diva slider: Backend DLL error: %x\n", (int) hr);