ncannasse 7 سال پیش
والد
کامیت
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;
 };