mirror of
				https://github.com/taglib/taglib.git
				synced 2025-10-31 07:46:22 -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