From 6d759891dc056714906e392aaf305d2423b93977 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Thu, 19 Apr 2012 06:58:30 +0000 Subject: unbreak compilation without DEBUG defined --- usr.bin/aucat/wav.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/aucat/wav.c b/usr.bin/aucat/wav.c index 13a80916560..97044f6f44e 100644 --- a/usr.bin/aucat/wav.c +++ b/usr.bin/aucat/wav.c @@ -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 } } -- cgit v1.2.3