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

* commit 'cf4d85e4786beb98743eac68b71d67e36f76c058':
  Fix warning introduced by recent psuedolocalizer change.
This commit is contained in:
Elliott Hughes
2014-04-18 23:26:16 +00:00
committed by Android Git Automerger

View File

@@ -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;