mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
formatting
This commit is contained in:
parent
ff5b2dc96f
commit
b2fa124451
@ -56,7 +56,7 @@ namespace
|
||||
#else
|
||||
if(!path.wstr().empty())
|
||||
return CreateFileW(path.wstr().c_str(), access, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL);
|
||||
else if(!path.str().empty())
|
||||
else if(!path.str().empty())
|
||||
return CreateFileA(path.str().c_str(), access, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL);
|
||||
else
|
||||
return InvalidFileHandle;
|
||||
|
Loading…
Reference in New Issue
Block a user