diff --git a/src/utils.h b/src/utils.h index 4780c14d..fcbc67a7 100644 --- a/src/utils.h +++ b/src/utils.h @@ -670,6 +670,6 @@ inline void extractBitsPrintHelper(const std::pair & bits, T & valu #ifdef _MSC_VER void restrictDriverAccessNative(LPCTSTR path); -#endif; +#endif } // namespace pcm