Fixed a few errors from the previous revision, and nuked some of the compiler errors.
git-svn-id: http://openexile.googlecode.com/svn/trunk@46 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -255,7 +255,7 @@ void check_for_intel(){
|
||||
OSErr err;
|
||||
err = Gestalt(gestaltSysArchitecture,&response);
|
||||
if(err != noErr){
|
||||
printf("Gestalt error %i\n");
|
||||
printf("Gestalt error %i\n",err);
|
||||
exit(1);
|
||||
}
|
||||
if(response == gestaltIntel) mac_is_intel = true;
|
||||
@@ -1404,4 +1404,4 @@ bool sd_legit(short a, short b)
|
||||
if ((minmax(0,299,a) == a) && (minmax(0,9,b) == b))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user