From bef9460dcdbda9e3f4caa55871d21cd42a0984ed Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 4 May 2010 21:10:50 -0600 Subject: mesa: remove trailing comma in enum list Some compilers complain about this. --- src/mesa/main/mtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /** -- cgit v1.2.3