[Mesa-dev] [PATCH mesa] egl: fix function name in debug string
Tapani Pälli
tapani.palli at intel.com
Wed Nov 16 05:38:55 UTC 2016
Reviewed-by: Tapani Pälli <tapani.palli at intel.com>
On 11/16/2016 01:41 AM, Eric Engestrom wrote:
> 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,
>
More information about the mesa-dev
mailing list