Browse Source

One more small change.

tags/v0.3.25^2
Chip-Kerchner 2 years ago
parent
commit
36e08f6994
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic_power.c

+ 1
- 1
driver/others/dynamic_power.c 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 */


Loading…
Cancel
Save