From a161d5950421d869ec404e61c4c4855079661cfc Mon Sep 17 00:00:00 2001 From: Octavian Voicu Date: Fri, 3 Sep 2010 20:44:28 +0300 Subject: [PATCH] include: Fix typo in propkeydef.h. --- include/propkeydef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/propkeydef.h b/include/propkeydef.h index b3a25592d70..2a796eaf3c4 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) {