From 17c8cb50990a9ad20bbd3f8ce14c149dac9d72ad Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 11 Jan 2009 08:34:56 +0100 Subject: xfree86: don't mix declarations and code --- hw/xfree86/dri/xf86dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/xfree86/dri') diff --git a/hw/xfree86/dri/xf86dri.c b/hw/xfree86/dri/xf86dri.c index bd040a178..902fe1264 100644 --- a/hw/xfree86/dri/xf86dri.c +++ b/hw/xfree86/dri/xf86dri.c @@ -406,8 +406,8 @@ ProcXF86DRIDestroyDrawable( { REQUEST(xXF86DRIDestroyDrawableReq); DrawablePtr pDrawable; - REQUEST_SIZE_MATCH(xXF86DRIDestroyDrawableReq); int rc; + REQUEST_SIZE_MATCH(xXF86DRIDestroyDrawableReq); if (stuff->screen >= screenInfo.numScreens) { client->errorValue = stuff->screen; -- cgit v1.2.3