util: Add missing static keyword.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 24 Apr 2010 15:13:54 +0000 (16:13 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 24 Apr 2010 15:13:54 +0000 (16:13 +0100)
src/gallium/auxiliary/util/u_format_s3tc.c

index abc1951f8f6a8b3ec354ca7fd6db07419f459c48..66edb597fc8d37c4112f6d7135f1d155ac14aa9a 100644 (file)
@@ -300,7 +300,7 @@ util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
                                            util_format_dxt5_rgba_fetch, 16);
 }
 
-void
+static INLINE void
 util_format_dxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride,
                                        const uint8_t *src_row, unsigned src_stride,
                                        unsigned width, unsigned height,