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

Commit 9096f347 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix typos in string constants

These were copy/paste errors in code that was copied from AudioTrack.

Change-Id: I64a04d6026667884ddb1fefba67a71d69c691d62
parent 27a0d83f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ status_t Visualizer::setEnabled(bool enabled)
    if (status == NO_ERROR) {
        if (t != 0) {
            if (enabled) {
                t->run("AudioTrackThread");
                t->run("Visualizer");
            } else {
                t->requestExit();
            }