summaryrefslogtreecommitdiffstats
path: root/lib/libpmc/libpmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpmc/libpmc.c')
-rw-r--r--lib/libpmc/libpmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/libpmc.c b/lib/libpmc/libpmc.c
index f0d5b0c..efdabc8 100644
--- a/lib/libpmc/libpmc.c
+++ b/lib/libpmc/libpmc.c
@@ -289,7 +289,7 @@ static const char * pmc_class_names[] = {
};
struct pmc_cputype_map {
- enum pmc_class pm_cputype;
+ enum pmc_cputype pm_cputype;
const char *pm_name;
};
OpenPOWER on IntegriCloud