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

Commit 935b4750 authored by Bill Yi's avatar Bill Yi Committed by Android Git Automerger
Browse files

am 011734f0: Fix clang build error

* commit '011734f0':
  Fix clang build error
parents 0667633d 011734f0
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";
    }
}