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

Commit eaa34703 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix build.

Change-Id: Ic8ae065dd912cb5ff130e8d78c98fd6bed4e11cc
parent afc750aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ public:
        data.writeInt32(sampleRate);
        data.writeInt32(format);
        data.writeInt32(channelMask);
        data.writeString16(opPackageName)
        data.writeString16(opPackageName);
        size_t frameCount = pFrameCount != NULL ? *pFrameCount : 0;
        data.writeInt64(frameCount);
        track_flags_t lFlags = flags != NULL ? *flags : (track_flags_t) TRACK_DEFAULT;