diff options
author | Matt Turner <mattst88@gmail.com> | 2012-11-28 00:23:09 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-11-28 00:23:09 -0800 |
commit | 5cd8181f9724a5fd90f8a969a16235e31ae3f81d (patch) | |
tree | abc0d2915d3e2d5f0e6473aeb3fe7da7c4fe98dc /tests/egl | |
parent | 76e74cb6cb356e8796c536a604bea6418756f32d (diff) |
egl: Fix typo in previous commit
Diffstat (limited to 'tests/egl')
-rw-r--r-- | tests/egl/spec/egl_khr_create_context/common.h | 2 |
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 56cc80f80..7aabe7b28 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 |