comdlg32/tests: Add a trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Thu Sep 4 03:01:17 CDT 2014


---
 dlls/comdlg32/tests/itemdlg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comdlg32/tests/itemdlg.c b/dlls/comdlg32/tests/itemdlg.c
index 6a6c450..d3efb88 100644
--- a/dlls/comdlg32/tests/itemdlg.c
+++ b/dlls/comdlg32/tests/itemdlg.c
@@ -191,7 +191,7 @@ static LRESULT CALLBACK test_customize_dlgproc(HWND hwnd, UINT message, WPARAM w
         case IDT_CLOSEDIALOG:
             /* Calling IFileDialog_Close here does not work */
             br = PostMessageW(hwnd, WM_COMMAND, IDCANCEL, 0);
-            ok(br, "Failed");
+            ok(br, "Failed\n");
             return TRUE;
         }
     }
-- 
2.1.0



More information about the wine-patches mailing list