diff options
Diffstat (limited to 'common/utf8conv.c')
-rw-r--r-- | common/utf8conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/utf8conv.c b/common/utf8conv.c index 8b66e7f41..80bfbe3e7 100644 --- a/common/utf8conv.c +++ b/common/utf8conv.c @@ -299,7 +299,7 @@ set_native_charset (const char *newset) } const char * -get_native_charset () +get_native_charset (void) { return active_charset_name; } |