diff options
author | (no author) <(no author)@unknown> | 2004-07-07 15:47:09 +0000 |
---|---|---|
committer | (no author) <(no author)@unknown> | 2004-07-07 15:47:09 +0000 |
commit | b8ff5545af62e29e0ab0d1d2f6036d6cbc3e1d86 (patch) | |
tree | 5a688b74bb444d61d4b7cc2211d3c74de3b1b69d /misc/unix/charset.c | |
parent | 90d773fa9ce5c750a045a13443cdc00d1365ac61 (diff) | |
download | apr-APR_1_0_0_RC3.tar.gz apr-APR_1_0_0_RC3.zip |
This commit was manufactured by cvs2svn to create tagAPR_1_0_0_RC3
'APR_1_0_0_RC3'.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/tags/APR_1_0_0_RC3@65267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc/unix/charset.c')
-rw-r--r-- | misc/unix/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unix/charset.c b/misc/unix/charset.c index 6acb4e157..5e1842fac 100644 --- a/misc/unix/charset.c +++ b/misc/unix/charset.c @@ -55,7 +55,7 @@ APR_DECLARE(const char*) apr_os_default_encoding (apr_pool_t *pool) } if ('A' == 0x41) { - return "ISO-8859-1"; /* not necessarily true */ + return "ISO8859-1"; /* not necessarily true */ } return "unknown"; |