From c1b4af2dd7d95e2b53034a94850cf5c54800a390 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Fri, 5 Sep 2025 16:35:41 -0500 Subject: [PATCH] Fix parenthesis issue --- wolfssl/wolfcrypt/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h index 5d507d5b2..3f2654e2b 100644 --- a/wolfssl/wolfcrypt/types.h +++ b/wolfssl/wolfcrypt/types.h @@ -1582,7 +1582,7 @@ WOLFSSL_API word32 CheckRunTimeSettings(void); #ifndef HAVE_SELFTEST #define WOLFSSL_THREAD_NO_JOIN #endif - #elif defined(__NT__) || defined(INTIME_RTOS)) + #elif defined(__NT__) || defined(INTIME_RTOS) typedef unsigned THREAD_RETURN; typedef uintptr_t THREAD_TYPE; typedef struct COND_TYPE {