[PATCH] wined3d: Add a trailing linefeed to an ERR().

Francois Gouget fgouget at free.fr
Wed Oct 20 09:39:44 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/wined3d/view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wined3d/view.c b/dlls/wined3d/view.c
index 94bbe27bd5c..374e693b17d 100644
--- a/dlls/wined3d/view.c
+++ b/dlls/wined3d/view.c
@@ -2021,7 +2021,7 @@ void wined3d_unordered_access_view_vk_clear(struct wined3d_unordered_access_view
 
     if (format_id == WINED3DFMT_UNKNOWN)
     {
-        ERR("Unsupported format %s.", debug_d3dformat(view_format->id));
+        ERR("Unsupported format %s.\n", debug_d3dformat(view_format->id));
         return;
     }
 
-- 
2.30.2




More information about the wine-devel mailing list