From 217e3e436b1f786b1f446b40c99045e92e588437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Sat, 20 Nov 2010 21:55:30 +0100 Subject: [PATCH] Removed extra ';' --- src/stratagus/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {