>From 502011a346ef5a2b76e40e994428e83edfc3c169 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Tue, 3 Mar 2009 09:46:25 +0100 Subject: [PATCH] Fix a typo --- dlls/shlwapi/tests/path.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/shlwapi/tests/path.c b/dlls/shlwapi/tests/path.c index 86c8198..89a61c3 100644 --- a/dlls/shlwapi/tests/path.c +++ b/dlls/shlwapi/tests/path.c @@ -396,7 +396,7 @@ static void test_PathCombineW(void) broken(wszString[0] = 'a'), /* Win95 and some W2K */ "Expected a NULL return\n"); ok (wszString2[0] == 0 || - broken(wszString[0] = 'a'), /* Win95 and some W2K */ + broken(wszString2[0] = 'a'), /* Win95 and some W2K */ "Destination string not empty\n"); HeapFree(GetProcessHeap(), 0, wszString2); -- 1.6.0.6