From 35636e1518885e27f44292846b51a1217123df94 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