mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Fix careless copy-and-paste code.
This commit is contained in:
parent
9dfb3fe452
commit
847eec23cf
@ -34,7 +34,7 @@ namespace TagLib
|
||||
{
|
||||
namespace RIFF
|
||||
{
|
||||
static bool isValidChunkName(const ByteVector &name)
|
||||
inline bool isValidChunkName(const ByteVector &name)
|
||||
{
|
||||
if(name.size() != 4)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user