Removed extra ';'
This commit is contained in:
parent
e68d435a90
commit
217e3e436b
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ unsigned long WINAPI CThread::threadFun (void *pThread)
|
|||
ptr->Run ();
|
||||
}
|
||||
return 0;
|
||||
};
|
||||
}
|
||||
#else
|
||||
void* CThread::threadFun (void *pThread)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue