summaryrefslogtreecommitdiff
path: root/src/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex.h')
-rw-r--r--src/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutex.h b/src/mutex.h
index 323b277..31a0026 100644
--- a/src/mutex.h
+++ b/src/mutex.h
@@ -18,7 +18,7 @@ typedef struct t_ts_mutex
typedef struct t_ts_thread
{
HANDLE thread;
- int valid;
+ bool valid;
} ts_thread;
#elif defined(__linux__) || defined(__APPLE__)