Francois Gouget : wined3d: Add a trailing linefeed to an ERR().

Alexandre Julliard julliard at winehq.org
Mon Nov 1 16:38:03 CDT 2021


Module: wine
Branch: master
Commit: facd463f0e6682750781c3be1babb126e61d31cb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=facd463f0e6682750781c3be1babb126e61d31cb

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Oct 20 16:39:44 2021 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;
     }
 




More information about the wine-cvs mailing list