[Glamor] [PATCH 1/2] Print space between name of missing EGL extension and 'required'.

Zhigang Gong zhigang.gong at linux.intel.com
Tue Aug 7 19:20:14 PDT 2012


On Tue, Aug 07, 2012 at 06:13:32PM +0200, Michel Dänzer wrote:
> From: Michel Dänzer <michel.daenzer at amd.com>
> 
> 
> Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
> ---
>  src/glamor_egl.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/glamor_egl.c b/src/glamor_egl.c
> index da9283b..596470c 100644
> --- a/src/glamor_egl.c
> +++ b/src/glamor_egl.c
> @@ -508,7 +508,7 @@ glamor_egl_init(ScrnInfoPtr scrn, int fd)
>  
>  #define GLAMOR_CHECK_EGL_EXTENSION(EXT)  \
>  	if (!glamor_egl_has_extension(glamor_egl, "EGL_" #EXT)) {  \
> -		ErrorF("EGL_" #EXT "required.\n");  \
> +		ErrorF("EGL_" #EXT " required.\n");  \
>  		return FALSE;  \
>  	}
>  
> -- 
> 1.7.10.4

Pushed the two patches, thanks.

> 
> _______________________________________________
> Glamor mailing list
> Glamor at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/glamor


More information about the Glamor mailing list