Module: wine Branch: master Commit: 0e66914f696ff460823f77cd1830dca7988b3700 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0e66914f696ff460823f77cd1...
Author: Francois Gouget fgouget@free.fr Date: Wed Apr 18 03:23:34 2018 +0200
user32: Fix the name of an unused debugging function.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 a16ae52..a03cc60 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);