mesa: remove trailing comma in enum list

Some compilers complain about this.
This commit is contained in:
Brian Paul 2010-05-04 21:10:50 -06:00
parent 1169d8619a
commit bef9460dcd
1 changed files with 1 additions and 1 deletions

View File

@ -2876,7 +2876,7 @@ struct gl_dlist_state
typedef enum {
API_OPENGL,
API_OPENGLES,
API_OPENGLES2,
API_OPENGLES2
} gl_api;
/**