Skip to content

Commit

Permalink
miss a ;
Browse files Browse the repository at this point in the history
I don't know what I compiled for my previous push !
  • Loading branch information
gregory38 committed Dec 31, 2016
1 parent 1be3f48 commit 9d1b27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/GSdx/GSThread_CXX11.h
Expand Up @@ -50,7 +50,7 @@ template<class T, int CAPACITY> class GSJobQueue final
m_notempty.wait(l);
}

int32_t nb = m_count
int32_t nb = m_count;

l.unlock();

Expand Down

0 comments on commit 9d1b27c

Please sign in to comment.