copypaste error

This commit is contained in:
feos 2019-12-23 19:27:19 +03:00
parent 7f4cb4fe51
commit cfce96c672
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ namespace BizHawk.Client.EmuHawk
};
var result = ofd.ShowHawkDialog();
if (result.IsOk())
if (!result.IsOk())
{
return;
}