mirror of
https://github.com/taglib/taglib.git
synced 2025-07-27 01:14:31 -04:00
Formatting
Co-authored-by: Urs Fleisch <ufleisch@users.sourceforge.net>
This commit is contained in:
@ -150,7 +150,7 @@ TagLib_File *taglib_file_new(const char *filename)
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
TagLib_File *taglib_file_new_wchar(const wchar_t *filename)
|
||||
TagLib_File *taglib_file_new_wchar(const wchar_t *filename)
|
||||
{
|
||||
return reinterpret_cast<TagLib_File *>(new FileRef(filename));
|
||||
}
|
||||
|
Reference in New Issue
Block a user