diff options
Diffstat (limited to 'tools/aapt/pseudolocalize.cpp')
-rw-r--r-- | tools/aapt/pseudolocalize.cpp | 2 |
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; |