diff --git a/stb_vorbis.c b/stb_vorbis.c index 73dadcf..3d1b313 100644 --- a/stb_vorbis.c +++ b/stb_vorbis.c @@ -375,7 +375,7 @@ enum STBVorbisError VORBIS_invalid_first_page, VORBIS_bad_packet_type, VORBIS_cant_find_last_page, - VORBIS_seek_failed, + VORBIS_seek_failed }; @@ -1591,7 +1591,7 @@ enum { VORBIS_packet_id = 1, VORBIS_packet_comment = 3, - VORBIS_packet_setup = 5, + VORBIS_packet_setup = 5 }; static int codebook_decode_scalar_raw(vorb *f, Codebook *c)