mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
fix typo
This commit is contained in:
parent
ea970da0b6
commit
63b852f4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue