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

Commit 59d25cac authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

Merge "Address const issues in preparation for libcxx rebase."

am: 231938ca

* commit '231938ca':
  Address const issues in preparation for libcxx rebase.
parents b26f9434 231938ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -782,7 +782,7 @@ static void GetAudioModes(const char *s, const char *prefix, uint32_t *modes) {
            return;
        }

        char *commaPos = strchr(s, ',');
        const char *commaPos = strchr(s, ',');
        if (commaPos != NULL) {
            s = commaPos + 1;