summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2014-04-18 23:16:43 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-04-18 23:16:44 +0000
commit90840ec29dec173f5fbc8197bcf1889bde5bd262 (patch)
tree8daa2e43b563a113b2eb12f32e9837d6958c0bb7
parent92b2d5a608f9fefc9a88eea03cd599a26c1b62ce (diff)
parent0a1eed394fa287523b105aa569ed6348f4986483 (diff)
Merge "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;