shell32/tests: Fix a typo.

This commit is contained in:
Nicolas Le Cam 2009-06-20 12:49:12 +02:00 committed by Alexandre Julliard
parent 1d7d110f1c
commit ce78a66d8e
1 changed files with 1 additions and 1 deletions

View File

@ -1949,7 +1949,7 @@ START_TEST(shlfolder)
if(pSHCreateShellItem) if(pSHCreateShellItem)
test_SHCreateShellItem(); test_SHCreateShellItem();
else else
win_skip("test_SHCreateShellItem not present\n"); win_skip("SHCreateShellItem not present\n");
OleUninitialize(); OleUninitialize();
} }