glx: Remove every double semi-colon
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>
This commit is contained in:

committed by
Chad Versace

parent
ea327dc451
commit
e5d027ec7d
@@ -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,
|
||||
|
Reference in New Issue
Block a user