diff decoders/aiff.c @ 62:b13fafb976be

Changed _D macro to DBGSND.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 24 Sep 2001 15:31:25 +0000
parents ea58bc3b15d7
children 40006625142a
line wrap: on
line diff
--- a/decoders/aiff.c	Mon Sep 24 15:31:03 2001 +0000
+++ b/decoders/aiff.c	Mon Sep 24 15:31:25 2001 +0000
@@ -151,7 +151,7 @@
 } /* AIFF_quit */
 
 
-/*
+/* 
  * Sample rate is encoded as an "80 bit IEEE Standard 754 floating point
  * number (Standard Apple Numeric Environment [SANE] data type Extended)".
  * Whose bright idea was that?
@@ -344,7 +344,7 @@
 
     sample->flags = SOUND_SAMPLEFLAG_NONE;
 
-    _D(("AIFF: Accepting data stream.\n"));
+    SNDDBG(("AIFF: Accepting data stream.\n"));
     return(1); /* we'll handle this data. */
 } /* AIFF_open */