Fixed some compiler warnings (#1577)

* Fixed some compiler warnings

* Changed long to int
This commit is contained in:
Ivan Stošić
2020-03-16 17:54:30 +01:00
committed by GitHub
parent 96a7e4f7ac
commit 2cc6d2ef11
2 changed files with 3 additions and 2 deletions

View File

@@ -407,7 +407,8 @@ namespace FancyZonesEditor
}
inputStream.Close();
} catch (Exception ex)
}
catch (Exception ex)
{
LayoutModel.ShowExceptionMessageBox("Error parsing device info data", ex);
}