From b793f57717e98145423e970c1651558aa51cf887 Mon Sep 17 00:00:00 2001 From: opcm Date: Mon, 23 Oct 2023 07:19:39 +0000 Subject: [PATCH] remove semicolon --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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