ncannasse 7 years ago
parent
commit
c581404d34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/std/thread.c

+ 1 - 1
src/std/thread.c

@@ -29,7 +29,7 @@ struct _hl_mutex {
 };
 
 struct _hl_tls {
-	void (*free)( hl_mutex * );
+	void (*free)( hl_tls * );
 	void *value;
 };