From 37d3c3d328a27346a2d9f5935aca127af0b7cf1a Mon Sep 17 00:00:00 2001 From: kwolekr Date: Fri, 3 Oct 2014 03:49:06 -0400 Subject: Fix misc. style issues --- src/util/string.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/string.cpp b/src/util/string.cpp index 92a4735c4..5ba97afd5 100644 --- a/src/util/string.cpp +++ b/src/util/string.cpp @@ -30,7 +30,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "../porting.h" #ifdef __ANDROID__ -const wchar_t* wide_chars = L" !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"; +const wchar_t* wide_chars = + L" !\"#$%&'()*+,-./0123456789:;<=>?@" + L"ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`" + L"abcdefghijklmnopqrstuvwxyz{|}~"; int wctomb(char *s, wchar_t wc) { -- cgit v1.2.3