Module: wine Branch: refs/heads/master Commit: 3244a3dfc6bd2e68c3be0b8533dab50e68f982ae URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=3244a3dfc6bd2e68c3be0b85...
Author: Mike McCormack mike@codeweavers.com Date: Tue Jun 6 01:42:52 2006 +0900
advapi32: Fix comment to match the function (thanks to Dan Kegel).
---
dlls/advapi32/crypt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c index 7a258c4..e6c3988 100644 --- a/dlls/advapi32/crypt.c +++ b/dlls/advapi32/crypt.c @@ -1967,7 +1967,7 @@ BOOL WINAPI CryptVerifySignatureA (HCRYP }
/****************************************************************************** - * SystemFunction036 (ADVAPI32.@) + * SystemFunction030 (ADVAPI32.@) * * Tests if two blocks of 16 bytes are equal *