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

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

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

* commit '90840ec2':
  Fix warning introduced by recent psuedolocalizer change.
parents ec42199a 90840ec2
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;