Commit 0e66914f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user32: Fix the name of an unused debugging function.

parent 7e35f9e8
...@@ -89,7 +89,7 @@ typedef struct ...@@ -89,7 +89,7 @@ typedef struct
#include "poppack.h" #include "poppack.h"
#if 0 #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("width = 0x%08x height = 0x%08x\n", entry->bWidth, entry->bHeight);
TRACE("colors = 0x%08x planes = 0x%08x\n", entry->bColorCount, entry->wPlanes); TRACE("colors = 0x%08x planes = 0x%08x\n", entry->bColorCount, entry->wPlanes);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment