mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 00:30:33 +01:00
mesa: remove trailing comma in enum list
Some compilers complain about this.
This commit is contained in:
parent
1169d8619a
commit
bef9460dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -2876,7 +2876,7 @@ struct gl_dlist_state
|
|||
typedef enum {
|
||||
API_OPENGL,
|
||||
API_OPENGLES,
|
||||
API_OPENGLES2,
|
||||
API_OPENGLES2
|
||||
} gl_api;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue