mirror of
https://github.com/reactos/wine.git
synced 2025-04-01 07:31:34 +00:00
localspl: Avoid sizeof in a trace.
This commit is contained in:
parent
2a56d15997
commit
d03f5f22e9
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user