mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
gallium/util: remove extraneous semicolon
This commit is contained in:
parent
361b179720
commit
e47d7e8790
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ extern util_format_dxtn_fetch_t util_format_dxt5_rgba_fetch;
|
|||
extern util_format_dxtn_pack_t util_format_dxtn_pack;
|
||||
|
||||
|
||||
UTIL_INLINE_INIT(util_format_s3tc);
|
||||
UTIL_INLINE_INIT(util_format_s3tc)
|
||||
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue