Removed extra semicolon

This commit is contained in:
Snaipe 2015-09-07 08:24:52 +02:00
parent 47d1293303
commit 59e91f9404

View file

@ -37,7 +37,7 @@ using std::size_t;
template <typename... T>
constexpr size_t criterion_va_num__(const T &...) {
return sizeof...(T);
};
}
# endif
CR_BEGIN_C_API