ifdef DEBUG, not if DEBUG

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@137 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-16 22:52:31 +00:00
parent 40e445aae6
commit aa2d17a114

View File

@ -375,7 +375,7 @@ int vgmstream_do_loop(VGMSTREAM * vgmstream) {
vgmstream->loop_ch[i].adpcm_history2_32 = vgmstream->ch[i].adpcm_history2_32;
}
}
#if DEBUG
#ifdef DEBUG
{
int i;
for (i=0;i<vgmstream->channels;i++) {