Skip to content

Commit

Permalink
WinGui: Undo some debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 committed Feb 17, 2019
1 parent e503ff5 commit 2810cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/CS/HandBrake.Interop/Interop/HandBrakeUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static bool TryInit()
{
try
{
if (HBFunctions.hb_global_init_no_hardware() == -1)
if (HBFunctions.hb_global_init() == -1)
{
throw new InvalidOperationException("HB global init failed.");
}
Expand Down

0 comments on commit 2810cc8

Please sign in to comment.