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

Commit 011734f0 authored by Bill Yi's avatar Bill Yi
Browse files

Fix clang build error

Change-Id: I294903dcf3ce3aa6a3b2f50364067e701a33d327
parent 1f9b6745
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ static inline const char *portString(OMX_U32 portIndex) {
    switch (portIndex) {
        case kPortIndexInput:  return "Input";
        case kPortIndexOutput: return "Output";
        case ~0:               return "All";
        case ~0U:              return "All";
        default:               return "port";
    }
}