mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
egl: fix function name in debug string
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
9557147592
commit
41b5d98b28
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue