unbreak compilation with no DEBUG defined

This commit is contained in:
Alexandre Ratchov 2012-04-19 09:06:10 +02:00
parent 10efdd93f3
commit aadea2d0d1
1 changed files with 2 additions and 0 deletions

View File

@ -456,9 +456,11 @@ wav_reset(struct wav *f)
case WAV_INIT:
/* nothing yet */
break;
#ifdef DEBUG
case WAV_MIDI:
dbg_puts("wav_reset: in midi mode\n");
dbg_panic();
#endif
}
}