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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 4 14:48:39 CDT 2014


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Sep  4 10:01:17 2014 +0200

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

---

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




More information about the wine-cvs mailing list