projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1169d86
)
mesa: remove trailing comma in enum list
author
Brian Paul
<brianp@vmware.com>
Wed, 5 May 2010 03:10:50 +0000
(21:10 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 5 May 2010 03:12:01 +0000
(21:12 -0600)
Some compilers complain about this.
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 9640b79ea7f128afe9568b57a69ef83c8be19b85..81ab17c698772d62884d7c6294f3dd0151ff778d 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-2876,7
+2876,7
@@
struct gl_dlist_state
typedef enum {
API_OPENGL,
API_OPENGLES,
- API_OPENGLES2
,
+ API_OPENGLES2
} gl_api;
/**