Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c26fe4e authored by Dave Sparks's avatar Dave Sparks
Browse files

Fix build. I screwed up a merge.

parent 16433e2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1805,7 +1805,7 @@ void MediaPlayerService::AudioCache::notify(void* cookie, int msg, int ext1, int
    }

    // wake up thread
    Mutex::Autolock lock(mLock);
    Mutex::Autolock lock(p->mLock);
    p->mCommandComplete = true;
    p->mSignal.signal();
}