summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-04 21:10:50 -0600
committerBrian Paul <brianp@vmware.com>2010-05-04 21:12:01 -0600
commitbef9460dcdbda9e3f4caa55871d21cd42a0984ed (patch)
treecaca88c506ee039ee5eb665dfd8d7c77347da18d /src/mesa/main/mtypes.h
parent1169d8619a13b231434e3550d3726cc68d1c2b17 (diff)
mesa: remove trailing comma in enum list
Some compilers complain about this.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 9640b79ea7..81ab17c698 100644
--- 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;
/**