diff options
Diffstat (limited to 'jnlib/utf8conv.c')
-rw-r--r-- | jnlib/utf8conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/utf8conv.c b/jnlib/utf8conv.c index ec04a52ad..9a2a98b3b 100644 --- a/jnlib/utf8conv.c +++ b/jnlib/utf8conv.c @@ -102,7 +102,7 @@ set_native_charset (const char *newset) if (!newset) { -#ifdef HABE_W32_SYSTEM +#ifdef HAVE_W32_SYSTEM static char codepage[30]; unsigned int cpno; const char *aliases; |