Corrected typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-15 08:43:53 +00:00
parent a61bbf8767
commit a430d03e5f

View File

@@ -877,7 +877,7 @@ wxThreadInternal::WaitForTerminate(bool shouldCancel,
// we don't need the thread handle any more // we don't need the thread handle any more
Free(); Free();
wxCriticalSectionLocker lock(critsect); wxCriticalSectionLocker lock(cs);
SetState(STATE_EXITED); SetState(STATE_EXITED);
return rc == (wxThread::ExitCode)-1 ? wxTHREAD_MISC_ERROR return rc == (wxThread::ExitCode)-1 ? wxTHREAD_MISC_ERROR