Juan Lang : mapi32/tests: Fix typo.

Alexandre Julliard julliard at winehq.org
Wed Feb 4 09:15:33 CST 2009


Module: wine
Branch: master
Commit: ea3adf2783e8662fb217685f7070fd33cc69b21f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ea3adf2783e8662fb217685f7070fd33cc69b21f

Author: Juan Lang <juan.lang at gmail.com>
Date:   Tue Feb  3 11:08:22 2009 -0800

mapi32/tests: Fix typo.

---

 dlls/mapi32/tests/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mapi32/tests/util.c b/dlls/mapi32/tests/util.c
index d57fe50..7283fc1 100644
--- a/dlls/mapi32/tests/util.c
+++ b/dlls/mapi32/tests/util.c
@@ -153,7 +153,7 @@ static void test_CbOfEncoded(void)
         memset(buff, '\0', sizeof(buff));
         memset(buff, '?', i);
         ulRet = pCbOfEncoded(buff);
-        ok(ulRet == ulExpected || broken(ulExpected == 0) /* Win9x */,
+        ok(ulRet == ulExpected || broken(ulRet == 0) /* Win9x */,
            "CbOfEncoded(length %d): expected %d, got %d\n",
            i, ulExpected, ulRet);
     }




More information about the wine-cvs mailing list