remove stray ! character
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 19:43:17 +0000 (13:43 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 19:43:17 +0000 (13:43 -0600)
include/GLES/eglext.h

index 1941833333a988e8c7ecb5956ed60dc1a3f1e255..cac940b2693fda9292ea4ed2f1c4b4abd9cf56b4 100644 (file)
@@ -81,7 +81,7 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display
 typedef void *EGLImageKHR;
 extern const EGLImageKHR EGL_NO_IMAGE_KHR;
 #ifdef EGL_EGLEXT_PROTOTYPES
-EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGL!enum target, EGLClientBuffer buffer, EGLint *attr_list);
+EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, EGLint *attr_list);
 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
 #endif /* EGL_EGLEXT_PROTOTYPES */
 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, EGLint *attr_list);