diff libao2/eq.h @ 7507:a2173bfdc133

Correction of spelling errors and removal of old code
author anders
date Thu, 26 Sep 2002 10:12:50 +0000
parents 97857ca97a8f
children
line wrap: on
line diff
--- a/libao2/eq.h	Thu Sep 26 01:31:18 2002 +0000
+++ b/libao2/eq.h	Thu Sep 26 10:12:50 2002 +0000
@@ -13,7 +13,7 @@
 
 typedef struct equalizer_s
 {
-  float gain;   	// Gain in db  -15 - 15 
+  float gain;   	// Gain in dB  -15 - 15 
   int	channel; 	// Channel number 0 - 5 
   int 	band;		// Frequency band 0 - 9
 }equalizer_t;