Commit d03f5f22 authored by Alexandre Julliard's avatar Alexandre Julliard

localspl: Avoid sizeof in a trace.

parent 2a56d159
......@@ -289,7 +289,7 @@ static const PRINTPROVIDOR * get_backend(void)
NULL, /* fpSendRecvBidiData */
NULL /* fpAddDriverCatalog */
};
TRACE("=> %p (%u byte for %u entries)\n", &backend, sizeof(backend), sizeof(backend) / sizeof(VOID *));
TRACE("=> %p\n", &backend);
return &backend;
}
......
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