André Hentschel : shlwapi/tests: Fix typo.
Module: wine Branch: master Commit: 503934a67d51787a28da99f6111ac007b7ed90c9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=503934a67d51787a28da99f611... Author: André Hentschel <nerv(a)dawncrow.de> Date: Thu Dec 30 02:41:20 2010 +0100 shlwapi/tests: Fix typo. --- dlls/shlwapi/tests/shreg.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/shlwapi/tests/shreg.c b/dlls/shlwapi/tests/shreg.c index 11ebae9..4a68494 100644 --- a/dlls/shlwapi/tests/shreg.c +++ b/dlls/shlwapi/tests/shreg.c @@ -192,7 +192,7 @@ static void test_SHGetRegPath(void) 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; DWORD dwSize; @@ -464,7 +464,7 @@ START_TEST(shreg) pSHRegGetValueA=(SHRegGetValueA_func)GetProcAddress(hshlwapi,"SHRegGetValueA"); test_SHGetValue(); test_SHRegGetValue(); - test_SHQUeryValueEx(); + test_SHQueryValueEx(); test_SHGetRegPath(); test_SHCopyKey(); test_SHDeleteKey();
participants (1)
-
Alexandre Julliard