fix typo
This commit is contained in:
parent
5234ee06e0
commit
02e92e782f
1 changed files with 2 additions and 2 deletions
|
@ -299,9 +299,9 @@ namespace EnvyUpdate
|
||||||
{
|
{
|
||||||
// This means we are running Windows 10.
|
// This means we are running Windows 10.
|
||||||
if (Environment.Is64BitOperatingSystem)
|
if (Environment.Is64BitOperatingSystem)
|
||||||
value = 56;
|
|
||||||
else
|
|
||||||
value = 57;
|
value = 57;
|
||||||
|
else
|
||||||
|
value = 56;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue