Re: [Mesa-dev] [PATCH v1 1/7] egl/android: Fix typ-o

2017-06-15 Thread Eric Engestrom
On Thursday, 2017-06-15 16:47:53 -0400, Robert Foss wrote: > Signed-off-by: Robert Foss Trivial, so r-b and pushed immediately :) > --- > src/egl/drivers/dri2/platform_android.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/egl/drivers/dri2/platform_android.c >

[Mesa-dev] [PATCH v1 1/7] egl/android: Fix typ-o

2017-06-15 Thread Robert Foss
Signed-off-by: Robert Foss --- src/egl/drivers/dri2/platform_android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c index 7a73419d14..5550f580a8 100644 --- a/src/egl/drivers/dri2/platform_and