more white space

This commit is contained in:
Christopher Faylor 2003-11-25 22:56:58 +00:00
parent e2b9eb11e5
commit 3654a9dd2f
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ pthread::create (void *(*func) (void *), pthread_attr *newattr,
{
precreate (newattr);
if (!magic)
return;
return;
function = func;
arg = threadarg;