diff options
Diffstat (limited to 'src/decoder/_flac_common.h')
-rw-r--r-- | src/decoder/_flac_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/_flac_common.h b/src/decoder/_flac_common.h index ec8a47e96..68de7e969 100644 --- a/src/decoder/_flac_common.h +++ b/src/decoder/_flac_common.h @@ -170,7 +170,7 @@ void flac_error_common_cb(const char *plugin, struct flac_data *data); void -flac_vorbis_comments_to_tag(struct tag *tag, +flac_vorbis_comments_to_tag(struct tag *tag, const char *char_tnum, const FLAC__StreamMetadata *block); FLAC__StreamDecoderWriteStatus |