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

Commit 767227fc authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am 82fc2ca6: am d5018116: Merge "Fix typo."

* commit '82fc2ca6':
  Fix typo.
parents ccc366a9 82fc2ca6
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");
        }
    }