From 79b434719fbc2ef0d8bf1b07609b1a00612b866c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 18 Jan 2018 23:23:22 +0100 Subject: [PATCH] Update --- libretro-common/rthreads/ctr_pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/rthreads/ctr_pthread.h b/libretro-common/rthreads/ctr_pthread.h index 5a89291e71..8c82e6e511 100644 --- a/libretro-common/rthreads/ctr_pthread.h +++ b/libretro-common/rthreads/ctr_pthread.h @@ -55,7 +55,7 @@ static INLINE int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg) { s32 prio = 0; - Thread new_ctr_thread + Thread new_ctr_thread; if (!mutex_inited) {