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

Commit 0a1eed39 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix warning introduced by recent psuedolocalizer change.

Change-Id: I577caf6ca4261b3d044b18bc8c5915012168031d
parent 92b2d5a6
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;