commit | 0a1eed394fa287523b105aa569ed6348f4986483 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 18 16:15:27 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Apr 18 16:15:27 2014 -0700 |
tree | 8daa2e43b563a113b2eb12f32e9837d6958c0bb7 | |
parent | 92b2d5a608f9fefc9a88eea03cd599a26c1b62ce [diff] [blame] |
Fix warning introduced by recent psuedolocalizer change. Change-Id: I577caf6ca4261b3d044b18bc8c5915012168031d
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;