From cfee536f22f032c7ead65075f73cc6fd8549e68b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 27 Apr 2016 08:13:59 +0200 Subject: Cleanups and version bump --- src/osd/osdsync.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/osd/osdsync.cpp') diff --git a/src/osd/osdsync.cpp b/src/osd/osdsync.cpp index 20d5151c8a6..9fdbc306d38 100644 --- a/src/osd/osdsync.cpp +++ b/src/osd/osdsync.cpp @@ -117,7 +117,7 @@ struct work_thread_info std::thread * handle; // handle to the thread osd_event wakeevent; // wake event for the thread std::atomic active; // are we actively processing work? - UINT32 id; + UINT32 id; #if KEEP_STATISTICS INT32 itemsdone; @@ -149,7 +149,6 @@ struct osd_work_queue , spinloops(0) #endif { - } std::mutex lock; // lock for protecting the queue @@ -182,7 +181,7 @@ struct osd_work_item , callback(nullptr) , param(nullptr) , result(nullptr) - , event(nullptr) // manual reset, not signalled + , event(nullptr) // manual reset, not signalled , flags(0) , done(FALSE) { -- cgit v1.2.3-70-g09d2