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

Commit a77ca8c0 authored by Ray Essick's avatar Ray Essick
Browse files

Fix typo in log message

Bug: 158358304
Test: compilation
Change-Id: Idab2c529e2e0e6377477ac80f895f7927504a72c
parent 064a1c38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ status_t FLACDecoder::addDataToBuffer(const uint8_t *inBuffer, size_t inBufferLe
            if (mBuffer == nullptr) {
                mBufferDataSize = 0;
                mBufferLen = 0;
                ALOGE("decodeOneFrame: failed to allocate memory for input buffer");
                ALOGE("addDataToBuffer: failed to allocate memory for input buffer");
                return NO_MEMORY;
            }
            mBufferLen = mBufferDataSize + inBufferLen;