From 29360b632f1efbc88d9bb136ae2d10aa89a88266 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 20 Oct 2008 23:11:33 +0200 Subject: [PATCH] version/tests: Fix a copy-paste mistake. --- dlls/version/tests/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/version/tests/info.c b/dlls/version/tests/info.c index 9a6bcf4c932..56cc8a971bf 100644 --- a/dlls/version/tests/info.c +++ b/dlls/version/tests/info.c @@ -167,7 +167,7 @@ static void test_info_size(void) } } else - trace("skipping GetModuleFileNameA(NULL,..) failed\n"); + trace("skipping GetSystemDirectoryA(mypath,..) failed\n"); create_file("test.txt");