cards: Fix description of cdtTerm.

Gerald Pfeifer gerald at pfeifer.com
Sat Jan 1 07:34:30 CST 2011


cdtInitialize is not a function here, cdtInit is.

Gerald
---
 dlls/cards/cards.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cards/cards.c b/dlls/cards/cards.c
index 6a5a95f..f8f2b18 100644
--- a/dlls/cards/cards.c
+++ b/dlls/cards/cards.c
@@ -267,7 +267,7 @@ BOOL WINAPI cdtAnimate(HDC hdc, int cardback, int x, int y, int frame)
 
 
 /***********************************************************************
- * Frees resources reserved by cdtInitialize.
+ * Frees resources reserved by cdtInit.
  */
 void WINAPI cdtTerm(void)
 {
-- 
1.7.2.2



More information about the wine-patches mailing list