Removed extra ';'

This commit is contained in:
Pali Rohár 2010-11-20 21:55:30 +01:00
parent e68d435a90
commit 217e3e436b

View file

@ -519,7 +519,7 @@ unsigned long WINAPI CThread::threadFun (void *pThread)
ptr->Run ();
}
return 0;
};
}
#else
void* CThread::threadFun (void *pThread)
{