diff --git a/src/stratagus/util.cpp b/src/stratagus/util.cpp index e15a761ec..50e8ba623 100644 --- a/src/stratagus/util.cpp +++ b/src/stratagus/util.cpp @@ -519,7 +519,7 @@ unsigned long WINAPI CThread::threadFun (void *pThread) ptr->Run (); } return 0; -}; +} #else void* CThread::threadFun (void *pThread) {