[BACK]Return to wav.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/wav.c between version 1.30 and 1.31

version 1.30, 2012/04/11 06:05:43 version 1.31, 2012/04/19 06:58:29
Line 456 
Line 456 
         case WAV_INIT:          case WAV_INIT:
                 /* nothing yet */                  /* nothing yet */
                 break;                  break;
   #ifdef DEBUG
         case WAV_MIDI:          case WAV_MIDI:
                 dbg_puts("wav_reset: in midi mode\n");                  dbg_puts("wav_reset: in midi mode\n");
                 dbg_panic();                  dbg_panic();
   #endif
         }          }
 }  }
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31