Missing return value.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36069 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-04-07 18:29:25 +00:00
parent dff3f62071
commit e327fa52fe
@@ -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()