Skip to content

Commit

Permalink
Return hr
Browse files Browse the repository at this point in the history
  • Loading branch information
jevansaks authored and shmuelie committed Jan 24, 2025
1 parent 027faad commit 5f52447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shmuelie.WinRTServer/WinRtServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private unsafe HRESULT ActivationFactoryCallback(HSTRING activatableClassId, IAc
Marshal.Release(unknown);
}

return HRESULT.S_OK;
return hr;
}

/// <summary>
Expand Down

0 comments on commit 5f52447

Please sign in to comment.