Commit caf0e0be authored by Austin English's avatar Austin English Committed by Alexandre Julliard

qedit: Fix return value of DllUnregisterServer.

parent b7f3aa61
......@@ -326,5 +326,5 @@ HRESULT WINAPI DllUnregisterServer(void)
TRACE("\n");
hr = unregister_coclasses(coclass_list);
return S_OK;
return hr;
}
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