mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
util: Add missing static keyword.
This commit is contained in:
parent
ee15d5a0c4
commit
1eeae05441
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue