mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 15:04:24 -04:00
Fix careless copy-and-paste code.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user