One more small change.

This commit is contained in:
Chip-Kerchner 2023-10-06 13:08:41 -05:00
parent 298bf1f240
commit 36e08f6994
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ static int cpuid(void)
pvrPOWER[i].cpu_name, pvrPOWER[i].cpu_type);
#endif
cpu_type = pvrPOWER[i].cpu_type;
return (int)(cpu_type);
return (int)(cpu_type);
}
#endif /* C_PGI */
#endif /* _AIX */