From 35fcd0817fe192941a8840365bb783314b435667 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Fri, 9 Oct 2015 20:46:59 -0500 Subject: [PATCH] stb_vorbis.c: Silence -pedantic warning. --- stb_vorbis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stb_vorbis.c b/stb_vorbis.c index 98e96fb..dded3c6 100644 --- a/stb_vorbis.c +++ b/stb_vorbis.c @@ -367,7 +367,7 @@ enum STBVorbisError VORBIS_invalid_first_page, VORBIS_bad_packet_type, VORBIS_cant_find_last_page, - VORBIS_seek_failed, + VORBIS_seek_failed }; @@ -1576,7 +1576,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)