diff src/sound.c @ 2158:9b7cb09e2c06

[gaim-migrate @ 2168] this fixes things. my computer is going soooo slooooowly today. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 23:57:36 +0000
parents b66aca8e8dce
children 64d8ef561763
line wrap: on
line diff
--- a/src/sound.c	Wed Aug 22 23:48:33 2001 +0000
+++ b/src/sound.c	Wed Aug 22 23:57:36 2001 +0000
@@ -138,7 +138,7 @@
 ** Z-note -- this is from libaudiofile.  Thanks guys!
 */
 
-int _af_ulaw2linear(unsigned char ulawbyte)
+static int _af_ulaw2linear(unsigned char ulawbyte)
 {
 	static int exp_lut[8] = { 0, 132, 396, 924, 1980, 4092, 8316, 16764 };
 	int sign, exponent, mantissa, sample;