Nicolas Le Cam : shell32/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Jun 22 09:04:09 CDT 2009


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

Author: Nicolas Le Cam <niko.lecam at gmail.com>
Date:   Sat Jun 20 12:49:12 2009 +0200

shell32/tests: Fix a typo.

---

 dlls/shell32/tests/shlfolder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c
index 7487376..d67c77d 100644
--- a/dlls/shell32/tests/shlfolder.c
+++ b/dlls/shell32/tests/shlfolder.c
@@ -1949,7 +1949,7 @@ START_TEST(shlfolder)
     if(pSHCreateShellItem)
         test_SHCreateShellItem();
     else
-        win_skip("test_SHCreateShellItem not present\n");
+        win_skip("SHCreateShellItem not present\n");
 
     OleUninitialize();
 }




More information about the wine-cvs mailing list