http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f096b02
)
comctl32/tests: fix an ok() call's trailing '\n'.
author
Francois Gouget
<fgouget@free.fr>
Sat, 20 Mar 2010 14:25:31 +0000
(15:25 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 22 Mar 2010 09:48:30 +0000
(10:48 +0100)
dlls/comctl32/tests/status.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/comctl32/tests/status.c
b/dlls/comctl32/tests/status.c
index 06e7b87b035e6435d546060754d419dc8538f05d..839b138bb4023a6be782cf2ca1ae1adad6a7c427 100644
(file)
--- a/
dlls/comctl32/tests/status.c
+++ b/
dlls/comctl32/tests/status.c
@@
-541,7
+541,7
@@
static void test_notify(void)
wclass.lpszClassName = "TestNotifyParentClass";
wclass.lpfnWndProc = test_notify_parent_proc;
atom = RegisterClassA(&wclass);
- ok(atom, "RegisterClass failed
!
n");
+ ok(atom, "RegisterClass failed
\
n");
/* create parent */
hwndParent = CreateWindow(wclass.lpszClassName, "parent", WS_OVERLAPPEDWINDOW,