diff options
author | Eric Engestrom <[email protected]> | 2016-11-15 23:41:38 +0000 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2016-11-17 09:32:11 +0200 |
commit | 41b5d98b2829a7953a6f0690011972ab9d9468a3 (patch) | |
tree | e727c8b458b05a9244278316ad0f78c0bd0c0186 /src | |
parent | 955714759257e81f01f013c84d2bd7f14a0ec04f (diff) |
egl: fix function name in debug string
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/egl/main/eglconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglconfig.c b/src/egl/main/eglconfig.c index 6161d26e4de..876c8f06f27 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, |