summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-11-28 00:23:09 -0800
committerMatt Turner <mattst88@gmail.com>2012-11-28 00:23:09 -0800
commit5cd8181f9724a5fd90f8a969a16235e31ae3f81d (patch)
treeabc0d2915d3e2d5f0e6473aeb3fe7da7c4fe98dc
parent76e74cb6cb356e8796c536a604bea6418756f32d (diff)
egl: Fix typo in previous commit
-rw-r--r--tests/egl/spec/egl_khr_create_context/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/egl/spec/egl_khr_create_context/common.h b/tests/egl/spec/egl_khr_create_context/common.h
index 56cc80f8..7aabe7b2 100644
--- a/tests/egl/spec/egl_khr_create_context/common.h
+++ b/tests/egl/spec/egl_khr_create_context/common.h
@@ -46,7 +46,7 @@
* the EGL_OPENGL_ES3_BIT_KHR, because the bit was not defined until version
* 13 of the extension.
*/
-#ifdef EGL_OPENGL_ES3_BIT_KHR
+#ifndef EGL_OPENGL_ES3_BIT_KHR
#define EGL_OPENGL_ES3_BIT_KHR 0x00000040
#endif