From 859d487c1d73398e749e124b99e282e6a6e5053a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 14 Jan 2017 21:22:39 -0800 Subject: [PATCH] Cleanup. --- include/bx/sem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/sem.h b/include/bx/sem.h index 92a688a..4539c17 100644 --- a/include/bx/sem.h +++ b/include/bx/sem.h @@ -52,7 +52,7 @@ namespace bx pthread_mutex_t m_mutex; pthread_cond_t m_cond; int32_t m_count; - #else +# else sem_t m_handle; # endif // BX_CONFIG_SEMAPHORE_PTHREAD #elif BX_PLATFORM_XBOX360 || BX_PLATFORM_XBOXONE || BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT