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

Commit f65fa170 authored by Masaki Muranaka's avatar Masaki Muranaka
Browse files

Fix typo.

Change-Id: Ia72ed2bef54751dc2d6c3379a58de95a0e9ebfdd
parent effc08ed
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");
        }
    }