From 63b852f4f9a350f4004ef681c29441728cea218d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 5 Feb 2006 16:38:33 +0000 Subject: fix typo --- src/egl/main/eglsurface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl/main/eglsurface.c') diff --git a/src/egl/main/eglsurface.c b/src/egl/main/eglsurface.c index 4d71594273..874f318e96 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; -- cgit v1.2.3