Yet more unsigned fixes

This commit is contained in:
Erik de Castro Lopo
2017-01-16 18:28:31 +11:00
parent f60a8ccc5c
commit 9bb7a7e0f5
3 changed files with 4 additions and 4 deletions

View File

@@ -2080,7 +2080,7 @@ FLAC_API FLAC__bool FLAC__metadata_object_cuesheet_is_legal(const FLAC__StreamMe
* \code object != NULL \endcode
* \code object->type == FLAC__METADATA_TYPE_CUESHEET \endcode
* \retval FLAC__uint32
* The uint32_t integer representation of the CDDB/freedb ID
* The unsigned integereger representation of the CDDB/freedb ID
*/
FLAC_API FLAC__uint32 FLAC__metadata_object_cuesheet_calculate_cddb_id(const FLAC__StreamMetadata *object);