mesa: remove trailing comma in enum list
Some compilers complain about this.
This commit is contained in:
@@ -2876,7 +2876,7 @@ struct gl_dlist_state
|
||||
typedef enum {
|
||||
API_OPENGL,
|
||||
API_OPENGLES,
|
||||
API_OPENGLES2,
|
||||
API_OPENGLES2
|
||||
} gl_api;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user