wlanapi: Add a trailing '\n' to a TRACE() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
34784f0aa8
commit
71f08b364f
|
@ -119,7 +119,7 @@ void *WINAPI WlanAllocateMemory(DWORD size)
|
|||
{
|
||||
void *ret;
|
||||
|
||||
TRACE("(%d)", size);
|
||||
TRACE("(%d)\n", size);
|
||||
|
||||
if (!size)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue