[PATCH] user32: Fix the name of an unused debugging function.

Francois Gouget fgouget at free.fr
Tue Apr 17 20:23:34 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/user32/exticon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/exticon.c b/dlls/user32/exticon.c
index a16ae522c7e..a03cc6071bb 100644
--- a/dlls/user32/exticon.c
+++ b/dlls/user32/exticon.c
@@ -89,7 +89,7 @@ typedef struct
 #include "poppack.h"
 
 #if 0
-static void dumpIcoDirEnty ( LPicoICONDIRENTRY entry )
+static void dumpIcoDirEntry ( LPicoICONDIRENTRY entry )
 {
 	TRACE("width = 0x%08x height = 0x%08x\n", entry->bWidth, entry->bHeight);
 	TRACE("colors = 0x%08x planes = 0x%08x\n", entry->bColorCount, entry->wPlanes);
-- 
2.17.0




More information about the wine-devel mailing list