summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
/**