fs: fix typo
Wrong macro used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
a4c7041561
commit
7c520f6475
|
@ -38,7 +38,7 @@ SetFSCharset(const char *charset)
|
|||
void
|
||||
DeinitFSCharset() noexcept
|
||||
{
|
||||
#ifdef HAVE_ICU_CONVERTER
|
||||
#ifdef HAVE_FS_CHARSET
|
||||
fs_converter.reset();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue