From d43777fd57dd189ba4168a25e6b7572b62e85fc8 Mon Sep 17 00:00:00 2001 From: halleyscometsw Date: Fri, 16 May 2008 22:53:46 +0000 Subject: [PATCH] ifdef, not if git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@138 51a99a44-fe44-0410-b1ba-c3e57ba2b86b --- src/coding/ngc_dsp_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding/ngc_dsp_decoder.c b/src/coding/ngc_dsp_decoder.c index b5509c64..f58cfc59 100644 --- a/src/coding/ngc_dsp_decoder.c +++ b/src/coding/ngc_dsp_decoder.c @@ -20,7 +20,7 @@ void decode_ngc_dsp(VGMSTREAMCHANNEL * stream, sample * outbuf, int channelspaci for (i=first_sample,sample_count=0; ioffset+1+i/2,stream->streamfile); -#if DEBUG +#ifdef DEBUG if (hist1==stream->loop_history1 && hist2==stream->loop_history2) fprintf(stderr,"yo! %#x (start %#x) %d\n",stream->offset+framesin*8+i/2,stream->channel_start_offset,stream->samples_done); stream->samples_done++; #endif