fs: fix typo

Wrong macro used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-12-25 15:19:37 -08:00
parent a4c7041561
commit 7c520f6475
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ SetFSCharset(const char *charset)
void
DeinitFSCharset() noexcept
{
#ifdef HAVE_ICU_CONVERTER
#ifdef HAVE_FS_CHARSET
fs_converter.reset();
#endif
}