mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix problem with FLAC_plugin__charset_test_conversion() not returning a value
This commit is contained in:
@@ -140,7 +140,7 @@ int FLAC_plugin__charset_test_conversion (char *from, char *to)
|
||||
return 0;
|
||||
}
|
||||
iconv_close(cd);
|
||||
return ;
|
||||
return 1;
|
||||
}
|
||||
#else
|
||||
int FLAC_plugin__charset_test_conversion (char *from, char *to)
|
||||
|
||||
Reference in New Issue
Block a user