summaryrefslogtreecommitdiff
path: root/apps/codecs/dumb/src/it/itread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/dumb/src/it/itread.c')
-rw-r--r--apps/codecs/dumb/src/it/itread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/dumb/src/it/itread.c b/apps/codecs/dumb/src/it/itread.c
index 7384b30a92..8b4a322ee1 100644
--- a/apps/codecs/dumb/src/it/itread.c
+++ b/apps/codecs/dumb/src/it/itread.c
@@ -555,8 +555,8 @@ static long it_read_sample_data(int cmwt, IT_SAMPLE *sample, unsigned char conve
555 /** WARNING - unresolved business here... test with ModPlug? */ 555 /** WARNING - unresolved business here... test with ModPlug? */
556 556
557 if (sample->flags & IT_SAMPLE_STEREO) 557 if (sample->flags & IT_SAMPLE_STEREO)
558 exit(37); 558 return -1;
559 559
560/* 560/*
561//#ifndef STEREO_SAMPLES_COUNT_AS_TWO 561//#ifndef STEREO_SAMPLES_COUNT_AS_TWO
562 ASSERT(!(sample->flags & IT_SAMPLE_STEREO)); 562 ASSERT(!(sample->flags & IT_SAMPLE_STEREO));