[PATCH:xserver] glamor: Get rid of an extraneous ; at the end of a C source line

Eric Anholt eric at anholt.net
Wed Sep 30 10:25:36 PDT 2015


Alan Coopersmith <alan.coopersmith at oracle.com> writes:

> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
>  glamor/glamor_picture.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/glamor/glamor_picture.c b/glamor/glamor_picture.c
> index 691f179..9b09454 100644
> --- a/glamor/glamor_picture.c
> +++ b/glamor/glamor_picture.c
> @@ -231,7 +231,7 @@ glamor_get_tex_format_type_from_pictformat_gles2(PictFormatShort format,
>      case PICT_b5g6r5:
>          *tex_format = GL_RGB;
>          *tex_type = GL_UNSIGNED_SHORT_5_6_5;
> -        need_swap_rb = IS_LITTLE_ENDIAN ? 1 : 0;;
> +        need_swap_rb = IS_LITTLE_ENDIAN ? 1 : 0;
>          break;
>  
>      case PICT_x1b5g5r5:
> -- 
> 1.7.9.2

Merged:

To git+ssh://git.freedesktop.org/git/xorg/xserver
   10e9116..c1f5f90  HEAD -> master
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20150930/ac5d05f3/attachment.sig>


More information about the xorg-devel mailing list