2
0
ncannasse 7 жил өмнө
parent
commit
c581404d34
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;
 };