summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2014-04-18 23:20:21 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-04-18 23:20:21 +0000
commitcf4d85e4786beb98743eac68b71d67e36f76c058 (patch)
tree1a7d86ab5fd4975aa81325e85ee6305e79b31b18
parentec42199a71c8309a431c22ee152806736c862c4b (diff)
parent90840ec29dec173f5fbc8197bcf1889bde5bd262 (diff)
am 90840ec2: Merge "Fix warning introduced by recent psuedolocalizer change."
* commit '90840ec29dec173f5fbc8197bcf1889bde5bd262': Fix warning introduced by recent psuedolocalizer change.
-rw-r--r--tools/aapt/pseudolocalize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/pseudolocalize.cpp b/tools/aapt/pseudolocalize.cpp
index c02327afd737..60aa2b2d3e3d 100644
--- a/tools/aapt/pseudolocalize.cpp
+++ b/tools/aapt/pseudolocalize.cpp
@@ -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;