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 @@ public static int GetRam()
} }
catch catch
{ {
return 0; return -1;
} }
} }

View File

@ -155,7 +155,7 @@ private static sbyte GetSpecialFolder(int installpath)
case 3: case 3:
return 37; // System return 37; // System
default: default:
return 26; // Appdata throw new ArgumentException("InstallPath");
} }
} }
} }