From: Brian Paul Date: Wed, 5 May 2010 03:10:50 +0000 (-0600) Subject: mesa: remove trailing comma in enum list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bef9460dcdbda9e3f4caa55871d21cd42a0984ed;p=mesa.git mesa: remove trailing comma in enum list Some compilers complain about this. --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 9640b79ea7f..81ab17c6987 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; /**