Skip to content

Commit

Permalink
Merge pull request xbmc#22 from dodoadoodoo/Eden-pvr
Browse files Browse the repository at this point in the history
Simple compilation error
  • Loading branch information
tsp committed May 27, 2012
2 parents 7ea1852 + 52b69b1 commit da99ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/pvrclients/mythtv-cmyth/tools.h
Expand Up @@ -116,7 +116,7 @@ template <class T> class SingleLock {
{
if (mutex && locked)
{
Mutex->Unlock();
mutex->Unlock();
locked = false;
return true;
}
Expand Down

0 comments on commit da99ac0

Please sign in to comment.