am 90840ec2
: Merge "Fix warning introduced by recent psuedolocalizer change."
* commit '90840ec29dec173f5fbc8197bcf1889bde5bd262': Fix warning introduced by recent psuedolocalizer change.
This commit is contained in:
@ -78,7 +78,7 @@ pseudolocalize_char(const char16_t c)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static const bool
|
static bool
|
||||||
is_possible_normal_placeholder_end(const char16_t c) {
|
is_possible_normal_placeholder_end(const char16_t c) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 's': return true;
|
case 's': return true;
|
||||||
|
Reference in New Issue
Block a user