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

Commit d66f8623 authored by Dan Austin's avatar Dan Austin
Browse files

Address const issues in preparation for libcxx rebase.

Change-Id: I069b4c9c2e50569b7cf49b25c8c87e7f36833ab5
parent f903306a
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;