Minor not-important changes

This commit is contained in:
MaxXor 2014-07-24 23:26:59 +02:00
parent 948a208280
commit ae79dede78
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ namespace Core
}
catch
{
return 0;
return -1;
}
}

View File

@ -155,7 +155,7 @@ namespace Core.Build
case 3:
return 37; // System
default:
return 26; // Appdata
throw new ArgumentException("InstallPath");
}
}
}