diff options
Diffstat (limited to 'ext/xmlrpc/libxmlrpc/encodings.c')
-rw-r--r-- | ext/xmlrpc/libxmlrpc/encodings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/xmlrpc/libxmlrpc/encodings.c b/ext/xmlrpc/libxmlrpc/encodings.c index 5777152ea8..477077f777 100644 --- a/ext/xmlrpc/libxmlrpc/encodings.c +++ b/ext/xmlrpc/libxmlrpc/encodings.c @@ -115,4 +115,3 @@ char* utf8_decode(const char *s, int len, int *newlen, const char* encoding) { return convert(s, len, newlen, "UTF-8", encoding); } - |