summaryrefslogtreecommitdiff
path: root/tools/aapt/pseudolocalize.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-04-18 16:15:27 -0700
committerElliott Hughes <enh@google.com>2014-04-18 16:15:27 -0700
commit0a1eed394fa287523b105aa569ed6348f4986483 (patch)
tree8daa2e43b563a113b2eb12f32e9837d6958c0bb7 /tools/aapt/pseudolocalize.cpp
parent92b2d5a608f9fefc9a88eea03cd599a26c1b62ce (diff)
Fix warning introduced by recent psuedolocalizer change.
Change-Id: I577caf6ca4261b3d044b18bc8c5915012168031d
Diffstat (limited to 'tools/aapt/pseudolocalize.cpp')
-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;