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

Commit 231938ca authored by Dan Austin's avatar Dan Austin Committed by Gerrit Code Review
Browse files

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

parents b9693358 d66f8623
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;