From 0a1eed394fa287523b105aa569ed6348f4986483 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 18 Apr 2014 16:15:27 -0700 Subject: Fix warning introduced by recent psuedolocalizer change. Change-Id: I577caf6ca4261b3d044b18bc8c5915012168031d --- tools/aapt/pseudolocalize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/aapt/pseudolocalize.cpp') 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; -- cgit v1.2.3-59-g8ed1b