Francois Gouget : wined3d: Add a trailing linefeed to a couple of FIXME().
Module: wine Branch: master Commit: 7a94687f46c731de3c847ce67597c8da37f90b8f URL: https://source.winehq.org/git/wine.git/?a=commit;h=7a94687f46c731de3c847ce67... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu May 6 19:13:58 2021 +0200 wined3d: Add a trailing linefeed to a couple of FIXME(). Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wined3d/texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/wined3d/texture.c b/dlls/wined3d/texture.c index 2caad29d369..638d0288e60 100644 --- a/dlls/wined3d/texture.c +++ b/dlls/wined3d/texture.c @@ -416,7 +416,7 @@ static void texture2d_blt_fbo(struct wined3d_device *device, struct wined3d_cont } if (src_location == WINED3D_LOCATION_DRAWABLE) - FIXME("WINED3D_LOCATION_DRAWABLE not supported for the source of a typeless resolve."); + FIXME("WINED3D_LOCATION_DRAWABLE not supported for the source of a typeless resolve.\n"); device->blitter->ops->blitter_blit(device->blitter, WINED3D_BLIT_OP_RAW_BLIT, context, src_texture, src_sub_resource_idx, src_location, src_rect, @@ -554,7 +554,7 @@ static void texture2d_blt_fbo(struct wined3d_device *device, struct wined3d_cont if (dst_texture != dst_save_texture) { if (dst_location == WINED3D_LOCATION_DRAWABLE) - FIXME("WINED3D_LOCATION_DRAWABLE not supported for the destination of a typeless resolve."); + FIXME("WINED3D_LOCATION_DRAWABLE not supported for the destination of a typeless resolve.\n"); device->blitter->ops->blitter_blit(device->blitter, WINED3D_BLIT_OP_RAW_BLIT, context, dst_texture, 0, dst_location, dst_rect,
participants (1)
-
Alexandre Julliard