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>
oldstable
Francois Gouget 2017-02-03 11:22:05 +01:00 committed by Alexandre Julliard
parent 34784f0aa8
commit 71f08b364f
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void *WINAPI WlanAllocateMemory(DWORD size)
{
void *ret;
TRACE("(%d)", size);
TRACE("(%d)\n", size);
if (!size)
{