Fix warning introduced by recent psuedolocalizer change.

Change-Id: I577caf6ca4261b3d044b18bc8c5915012168031d
This commit is contained in:
Elliott Hughes
2014-04-18 16:15:27 -07:00
parent 92b2d5a608
commit 0a1eed394f

View File

@@ -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;