mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor syntax
This commit is contained in:
@@ -164,7 +164,7 @@ static FLAC__bool read_big_endian_uint32(FILE *f, FLAC__uint32 *val, FLAC__bool
|
||||
static FLAC__bool read_sane_extended(FILE *f, FLAC__uint32 *val, FLAC__bool eof_ok, const char *fn);
|
||||
static FLAC__bool fskip_ahead(FILE *f, FLAC__uint64 offset);
|
||||
static unsigned count_channel_mask_bits(FLAC__uint32 mask);
|
||||
static unsigned limit_channel_mask(FLAC__uint32 mask, unsigned channels);
|
||||
static FLAC__uint32 limit_channel_mask(FLAC__uint32 mask, unsigned channels);
|
||||
|
||||
/*
|
||||
* public routines
|
||||
|
||||
Reference in New Issue
Block a user