summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmafixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmafixed.c')
-rw-r--r--apps/codecs/libwma/wmafixed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmafixed.c b/apps/codecs/libwma/wmafixed.c
index 3a902dd9ef..7b08689282 100644
--- a/apps/codecs/libwma/wmafixed.c
+++ b/apps/codecs/libwma/wmafixed.c
@@ -275,7 +275,7 @@ long fsincos(unsigned long phase, fixed32 *cos)
275 275
276*/ 276*/
277 277
278#if 0 278
279fixed32 fixsin32(fixed32 x) 279fixed32 fixsin32(fixed32 x)
280{ 280{
281 281
@@ -326,4 +326,4 @@ fixed32 fixcos32(fixed32 x)
326{ 326{
327 return fixsin32(x - (M_PI_F>>1))*-1; 327 return fixsin32(x - (M_PI_F>>1))*-1;
328} 328}
329#endif 329