Missing return value.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36069 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
@@ -53,6 +53,7 @@ void *a_thread_func()
|
||||
|
||||
/* The thread ends here, the destructor for the key should now be called after this */
|
||||
pthread_exit(0);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int main()
|
||||
|
||||
Reference in New Issue
Block a user