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

Commit 5a63d119 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 36e64ab9: am cf4d85e4: am 90840ec2: Merge "Fix warning introduced by recent...

am 36e64ab9: am cf4d85e4: am 90840ec2: Merge "Fix warning introduced by recent psuedolocalizer change."

* commit '36e64ab9':
  Fix warning introduced by recent psuedolocalizer change.
parents 7006860b 36e64ab9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ pseudolocalize_char(const char16_t c)
    }
}

static const bool
static bool
is_possible_normal_placeholder_end(const char16_t c) {
    switch (c) {
        case 's': return true;