shlwapi/tests: Fix typo.

This commit is contained in:
André Hentschel 2010-12-30 02:41:20 +01:00 committed by Alexandre Julliard
parent 648025881f
commit 503934a67d
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ static void test_SHGetRegPath(void)
ok( 0 == strcmp(sExpTestpath1, buf) , "Comparing (%s) with (%s) failed\n", buf, sExpTestpath1); ok( 0 == strcmp(sExpTestpath1, buf) , "Comparing (%s) with (%s) failed\n", buf, sExpTestpath1);
} }
static void test_SHQUeryValueEx(void) static void test_SHQueryValueEx(void)
{ {
HKEY hKey; HKEY hKey;
DWORD dwSize; DWORD dwSize;
@ -464,7 +464,7 @@ START_TEST(shreg)
pSHRegGetValueA=(SHRegGetValueA_func)GetProcAddress(hshlwapi,"SHRegGetValueA"); pSHRegGetValueA=(SHRegGetValueA_func)GetProcAddress(hshlwapi,"SHRegGetValueA");
test_SHGetValue(); test_SHGetValue();
test_SHRegGetValue(); test_SHRegGetValue();
test_SHQUeryValueEx(); test_SHQueryValueEx();
test_SHGetRegPath(); test_SHGetRegPath();
test_SHCopyKey(); test_SHCopyKey();
test_SHDeleteKey(); test_SHDeleteKey();