summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_android.c
diff options
context:
space:
mode:
authorJakob Sinclair <sinclair.jakob@openmailbox.org>2016-04-14 18:07:39 +0200
committerChad Versace <chad.versace@intel.com>2016-04-26 14:36:29 -0700
commitde743a07aca97b7b96f6cd3b9f9e3d3c8bf5b845 (patch)
treee00356cd4b8c82ab6f3a8f3d4b4c916fa4cc7904 /src/egl/drivers/dri2/platform_android.c
parente129e6eb89e749015f55b827b7fd45c817149f21 (diff)
downloadexternal_mesa3d-de743a07aca97b7b96f6cd3b9f9e3d3c8bf5b845.zip
external_mesa3d-de743a07aca97b7b96f6cd3b9f9e3d3c8bf5b845.tar.gz
external_mesa3d-de743a07aca97b7b96f6cd3b9f9e3d3c8bf5b845.tar.bz2
egl: Remove every double semi-colon
Removes all accidental semi-colons in egl. Signed-off-by: Jakob Sinclair <sinclair.jakob@openmailbox.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chad Versace <chad.versace@intel.com>
Diffstat (limited to 'src/egl/drivers/dri2/platform_android.c')
-rw-r--r--src/egl/drivers/dri2/platform_android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index 41840aa..c00b2c2 100644
--- a/src/egl/drivers/dri2/platform_android.c
+++ b/src/egl/drivers/dri2/platform_android.c
@@ -514,7 +514,7 @@ droid_get_buffers_with_format(__DRIdrawable * driDrawable,
if (height)
*height = dri2_surf->base.Height;
- *out_count = dri2_surf->buffer_count;;
+ *out_count = dri2_surf->buffer_count;
return dri2_surf->buffers;
}