diff options
author | Brian Paul <[email protected]> | 2006-02-05 16:38:33 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-02-05 16:38:33 +0000 |
commit | 63b852f4f9a350f4004ef681c29441728cea218d (patch) | |
tree | 0fe1d81652dc747face6d487f3c2b82d6b5b22c9 /src/egl | |
parent | ea970da0b680325154aa6a3353252edf367a118a (diff) |
fix typo
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/main/eglsurface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglsurface.c b/src/egl/main/eglsurface.c index 4d715942731..874f318e966 100644 --- a/src/egl/main/eglsurface.c +++ b/src/egl/main/eglsurface.c @@ -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; |