diff options
Diffstat (limited to 'guththila')
-rw-r--r-- | guththila/src/guththila_xml_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guththila/src/guththila_xml_parser.c b/guththila/src/guththila_xml_parser.c index 07c9cd5..f48572f 100644 --- a/guththila/src/guththila_xml_parser.c +++ b/guththila/src/guththila_xml_parser.c @@ -401,7 +401,7 @@ guththila_un_init( return GUTHTHILA_SUCCESS; } -static int +/*static int guththila_utf8_bytes_len( unsigned int c) { @@ -417,7 +417,7 @@ guththila_utf8_bytes_len( return 5; else return 6; -} +}*/ /* * Stores the given unicode char as UTF-8 |