This commit is contained in:
Max Kellermann 2023-12-27 12:38:30 +01:00
commit c17493f2d3
1 changed files with 1 additions and 1 deletions

View File

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