Fix for deprecated use of label at the end of compound statement.

This commit is contained in:
Vincent Béron 2002-11-27 20:14:32 +00:00 committed by Alexandre Julliard
parent 5a29089727
commit ca7bce5960
1 changed files with 1 additions and 1 deletions

View File

@ -1376,8 +1376,8 @@ BOOL X11DRV_XRender_ExtTextOut( X11DRV_PDEVICE *physDev, INT x, INT y, UINT flag
XPutImage(gdi_display, physDev->drawable, physDev->gc, image, 0, 0,
image_x, image_y, image_w, image_h);
XDestroyImage(image);
no_image:
}
no_image:
wine_tsx11_unlock();
}
LeaveCriticalSection(&xrender_cs);