diff options
Diffstat (limited to 'i18n/unix/xlate.c')
-rw-r--r-- | i18n/unix/xlate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/unix/xlate.c b/i18n/unix/xlate.c index 6ff40c679..5f04132fb 100644 --- a/i18n/unix/xlate.c +++ b/i18n/unix/xlate.c @@ -99,11 +99,11 @@ struct apr_xlate_t { static const char *get_default_charset(void) { #ifdef __MVS__ - #ifdef __CODESET__ +# ifdef __CODESET__ return __CODESET__; - #else +# else return "IBM-1047"; - #endif +# endif #endif if ('}' == 0xD0) { |