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

Commit 82fc2ca6 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am d5018116: Merge "Fix typo."

* commit 'd5018116':
  Fix typo.
parents 911a184b d5018116
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ status_t MediaPlayer::attachNewPlayer(const sp<IMediaPlayer>& player)
            mCurrentState = MEDIA_PLAYER_INITIALIZED;
            err = NO_ERROR;
        } else {
            ALOGE("Unable to to create media player");
            ALOGE("Unable to create media player");
        }
    }