vkd3d-shader: Remove extra newlines from compiler messages.

This commit is contained in:
Nikolay Sivov
2023-06-23 22:22:19 +02:00
committed by Alexandre Julliard
parent c4a8e06abf
commit 4ed60cda13
Notes: Alexandre Julliard 2023-06-27 23:34:41 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/246
3 changed files with 9 additions and 11 deletions

View File

@@ -1889,7 +1889,7 @@ static bool split_matrix_copies(struct hlsl_ctx *ctx, struct hlsl_ir_node *instr
if (rhs->type != HLSL_IR_LOAD)
{
hlsl_fixme(ctx, &instr->loc, "Copying from unsupported node type.\n");
hlsl_fixme(ctx, &instr->loc, "Copying from unsupported node type.");
return false;
}