mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: Remove comma at end of enumerator list.
This commit is contained in:
parent
309c156bae
commit
fc11424bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -3125,7 +3125,7 @@ enum _verbose
|
|||
VERBOSE_LIGHTING = 0x0200,
|
||||
VERBOSE_PRIMS = 0x0400,
|
||||
VERBOSE_VERTS = 0x0800,
|
||||
VERBOSE_DISASSEM = 0x1000,
|
||||
VERBOSE_DISASSEM = 0x1000
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue