Mesa (master): glx: Remove every double semi-colon

Chad Versace chadversary at kemper.freedesktop.org
Tue Apr 26 20:40:25 UTC 2016


Module: Mesa
Branch: master
Commit: e5d027ec7d5f507489c44124e668d788728f25dd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5d027ec7d5f507489c44124e668d788728f25dd

Author: Jakob Sinclair <sinclair.jakob at openmailbox.org>
Date:   Thu Apr 14 18:07:41 2016 +0200

glx: Remove every double semi-colon

Signed-off-by: Jakob Sinclair <sinclair.jakob at openmailbox.org>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Chad Versace <chad.versace at intel.com>

---

 src/glx/dri2_glx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c
index cc162f2..5c5630d 100644
--- a/src/glx/dri2_glx.c
+++ b/src/glx/dri2_glx.c
@@ -399,7 +399,7 @@ dri2CreateDrawable(struct glx_screen *base, XID xDrawable,
    }
 
    DRI2CreateDrawable(psc->base.dpy, xDrawable);
-   pdp = (struct dri2_display *)dpyPriv->dri2Display;;
+   pdp = (struct dri2_display *)dpyPriv->dri2Display;
    /* Create a new drawable */
    pdraw->driDrawable =
       (*psc->dri2->createNewDrawable) (psc->driScreen,




More information about the mesa-commit mailing list