Octavian Voicu : include: Fix typo in propkeydef.h.
Module: wine Branch: master Commit: a161d5950421d869ec404e61c4c4855079661cfc URL: http://source.winehq.org/git/wine.git/?a=commit;h=a161d5950421d869ec404e61c4... Author: Octavian Voicu <octavian.voicu(a)gmail.com> Date: Fri Sep 3 20:44:28 2010 +0300 include: Fix typo in propkeydef.h. --- include/propkeydef.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/propkeydef.h b/include/propkeydef.h index b3a2559..2a796ea 100644 --- a/include/propkeydef.h +++ b/include/propkeydef.h @@ -60,7 +60,7 @@ #ifdef __cplusplus inline bool operator==(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther) { - return IsEqualPropertyKey(guidOne, guidTwo); + return IsEqualPropertyKey(guidOne, guidOther); } inline bool operator!=(REFPROPERTYKEY guidOne, REFPROPERTYKEY guidOther) {
participants (1)
-
Alexandre Julliard