Module: wine Branch: master Commit: 97dea95e41310716310dda59064d950554d60590 URL: http://source.winehq.org/git/wine.git/?a=commit;h=97dea95e41310716310dda5906...
Author: Francois Gouget fgouget@free.fr Date: Tue May 26 00:40:53 2009 +0200
oleaut32: Tweak a comment to make it more explicit.
---
dlls/oleaut32/variant.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/variant.c b/dlls/oleaut32/variant.c index 909cf8a..37965f8 100644 --- a/dlls/oleaut32/variant.c +++ b/dlls/oleaut32/variant.c @@ -3009,7 +3009,7 @@ HRESULT WINAPI VarAnd(LPVARIANT left, LPVARIANT right, LPVARIANT result) { /* * Special cases for when left variant is VT_NULL - * (NULL & 0 = NULL, NULL & value = value) + * (VT_NULL & 0 = VT_NULL, VT_NULL & value = value) */ if (leftvt == VT_NULL) {