=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/headers.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/aucat/Attic/headers.c 2008/10/26 08:49:44 1.2 +++ src/usr.bin/aucat/Attic/headers.c 2008/11/16 17:08:32 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: headers.c,v 1.2 2008/10/26 08:49:44 ratchov Exp $ */ +/* $OpenBSD: headers.c,v 1.3 2008/11/16 17:08:32 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -97,11 +97,13 @@ par->msb = 1; par->cmax = cmax; par->rate = rate; +#ifdef DEBUG if (debug_level > 0) { fprintf(stderr, "wav_readfmt: using "); aparams_print(par); fprintf(stderr, "\n"); } +#endif return 1; }