Fixed typo in greenpak4_counters.cc

This commit is contained in:
Clifford Wolf 2016-03-31 08:00:59 +02:00
parent cecd0cf788
commit d31c968d76
1 changed files with 1 additions and 1 deletions

View File

@ -281,6 +281,6 @@ struct Greenpak4CountersPass : public Pass {
log("Extracted %u counters\n", total_counters);
}
} CountersPass;
} Greenpak4CountersPass;
PRIVATE_NAMESPACE_END