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

Commit 365ed394 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Gerrit Code Review
Browse files

Merge "Typo in CameraParameters::set"

parents 8eef093c 4c18eb30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ void CameraParameters::set(const char *key, const char *value)
        return;
    }

    if (strchr(value, '=') || strchr(key, ';')) {
    if (strchr(value, '=') || strchr(value, ';')) {
        //XXX ALOGE("Value \"%s\"contains invalid character (= or ;)", value);
        return;
    }