Wrong symbol for ppc (Thanks Steve)

This commit is contained in:
Ben Anderson
2006-02-02 03:41:08 +00:00
parent b364898f49
commit dcbd27417e
+1 -1
View File
@@ -67,7 +67,7 @@ int main(int argc, char** argv)
{
#if defined(__i386__)
printf("x86");
#elif defined(__ppc__)
#elif defined(__PPC__)
printf("ppc");
#else
return 1;