# HG changeset patch # User Eric Warmenhoven # Date 998524656 0 # Node ID 9b7cb09e2c060ce1ebe46bc9d539265aae1b288c # Parent fe7cd241f0eb1ad93fe87e88d1cea11c60e8f1d7 [gaim-migrate @ 2168] this fixes things. my computer is going soooo slooooowly today. committer: Tailor Script diff -r fe7cd241f0eb -r 9b7cb09e2c06 src/sound.c --- 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;