mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor syntax
This commit is contained in:
@@ -910,7 +910,7 @@ FLAC__bool read_metadata_(FLAC__StreamDecoder *decoder)
|
||||
break;
|
||||
case FLAC__METADATA_TYPE_STREAMINFO:
|
||||
case FLAC__METADATA_TYPE_SEEKTABLE:
|
||||
assert(0);
|
||||
FLAC__ASSERT(0);
|
||||
break;
|
||||
default:
|
||||
if(real_length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user