Android: fix compile error for DRI2 loader getCapability
authorRob Herring <robh@kernel.org>
Mon, 31 Jul 2017 14:32:10 +0000 (09:32 -0500)
committerRob Herring <robh@kernel.org>
Mon, 31 Jul 2017 15:33:15 +0000 (10:33 -0500)
Fix compile failure from commit 1bf703e4ea5c ("dri_interface,egl,gallium:
only expose RGBA visuals on Android").

Fixes: 1bf703e4ea5c ("dri_interface,egl,gallium: only expose RGBA visuals on Android")
Cc: 17.2 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Rob Herring <robh@kernel.org>
src/egl/drivers/dri2/platform_android.c

index bae4241..50a8248 100644 (file)
@@ -1142,7 +1142,7 @@ static const __DRIdri2LoaderExtension droid_dri2_loader_extension = {
    .getBuffers           = NULL,
    .flushFrontBuffer     = droid_flush_front_buffer,
    .getBuffersWithFormat = droid_get_buffers_with_format,
-   .getCapability        = droid_get_capability;
+   .getCapability        = droid_get_capability,
 };
 
 static const __DRIimageLoaderExtension droid_image_loader_extension = {