[Mesa-dev] [PATCH mesa] egl: fix function name in debug string

Eric Engestrom eric at engestrom.ch
Tue Nov 15 23:41:38 UTC 2016


Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
 src/egl/main/eglconfig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/main/eglconfig.c b/src/egl/main/eglconfig.c
index 6161d26..876c8f0 100644
--- a/src/egl/main/eglconfig.c
+++ b/src/egl/main/eglconfig.c
@@ -728,7 +728,7 @@ _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
    EGLint i, count;
 
    if (!num_configs)
-      return _eglError(EGL_BAD_PARAMETER, "eglChooseConfigs");
+      return _eglError(EGL_BAD_PARAMETER, "eglChooseConfig");
 
    /* get the number of matched configs */
    count = _eglFilterArray(array, NULL, 0,
-- 
Cheers,
  Eric



More information about the mesa-dev mailing list