mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
tgsi: remove trailing comma to silence warning
This commit is contained in:
parent
2aeadabc7e
commit
c3e3df9b18
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ enum tgsi_opcode_type {
|
|||
TGSI_TYPE_UNSIGNED,
|
||||
TGSI_TYPE_SIGNED,
|
||||
TGSI_TYPE_FLOAT,
|
||||
TGSI_TYPE_DOUBLE,
|
||||
TGSI_TYPE_DOUBLE
|
||||
};
|
||||
|
||||
enum tgsi_opcode_type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue