am 90840ec2: Merge "Fix warning introduced by recent psuedolocalizer change."
* commit '90840ec29dec173f5fbc8197bcf1889bde5bd262':
Fix warning introduced by recent psuedolocalizer change.
diff --git a/tools/aapt/pseudolocalize.cpp b/tools/aapt/pseudolocalize.cpp
index c02327a..60aa2b2 100644
--- a/tools/aapt/pseudolocalize.cpp
+++ b/tools/aapt/pseudolocalize.cpp
@@ -78,7 +78,7 @@
}
}
-static const bool
+static bool
is_possible_normal_placeholder_end(const char16_t c) {
switch (c) {
case 's': return true;