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>
This commit is contained in:
Francois Gouget 2018-04-18 03:23:34 +02:00 committed by Alexandre Julliard
parent 7e35f9e8d9
commit 0e66914f69
1 changed files with 1 additions and 1 deletions

View File

@ -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);