This commit is contained in:
Brian Paul 2006-02-05 16:38:33 +00:00
parent ea970da0b6
commit 63b852f4f9

View file

@ -521,7 +521,7 @@ _eglCreatePbufferFromClientBuffer(_EGLDriver *drv, EGLDisplay dpy,
{
if (buftype != EGL_OPENVG_IMAGE) {
_eglError(EGL_BAD_PARAMETER, "eglCreatePbufferFromClientBuffer");
return ELG_NO_SURFACE;
return EGL_NO_SURFACE;
}
return EGL_NO_SURFACE;