Module: wine Branch: master Commit: 9c850c9f8ac8c2a1f099a8554b2901f23ad37bfc URL: http://source.winehq.org/git/wine.git/?a=commit;h=9c850c9f8ac8c2a1f099a8554b...
Author: Andrew Nguyen anguyen@codeweavers.com Date: Fri Jul 9 04:10:43 2010 -0500
msi/tests: Fix a source test comment.
---
dlls/msi/tests/source.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/tests/source.c b/dlls/msi/tests/source.c index fbf93fe..44721d5 100644 --- a/dlls/msi/tests/source.c +++ b/dlls/msi/tests/source.c @@ -1479,7 +1479,7 @@ static void test_MsiSourceListEnumSources(void) ok(!lstrcmpA(value, "aaa"), "Expected value to be unchanged, got %s\n", value); ok(size == MAX_PATH, "Expected MAX_PATH, got %d\n", size);
- /* szUserSid is non-NULL */ + /* szUserSid is NULL */ size = MAX_PATH; lstrcpyA(value, "aaa"); r = pMsiSourceListEnumSourcesA(prodcode, NULL,