stray printf

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@297 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-07-08 13:57:57 +00:00
parent 05e56c1f78
commit 0bf566d602

View File

@ -111,7 +111,6 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
/* build the VGMSTREAM */
printf("channel_count = %d, loop_flag = %d\n",channel_count,loop_flag);
vgmstream = allocate_vgmstream(channel_count,loop_flag);
if (!vgmstream) goto fail;