blob: 42b3caead2ad1ffe5e5952874293bd4c5536b770 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../libxine-1.0.0-beta12-r0/xine-lib/src/post/visualizations/fftscope.c 2003-04-30 07:58:51.000000000 +0100
+++ xine-lib/src/post/visualizations/fftscope.c 2004-08-17 17:40:56.000000000 +0100
@@ -103,7 +103,7 @@
* Bit reverser for unsigned ints
* Reverses 'bits' bits.
*/
-inline const unsigned int
+static inline const unsigned int
reverse (unsigned int val, int bits)
{
unsigned int retn = 0;
|