One more code issue

This commit is contained in:
Ben Olden-Cooligan 2017-05-24 00:07:18 -04:00
parent c891da0cef
commit 7eabb6448f

View File

@ -222,9 +222,7 @@ namespace NAPS2.Recovery
public override void WaitUntilFinished()
{
if (thread != null) {
thread.Join();
}
thread?.Join();
}
}
}