mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Add missing \n on error message.
This commit is contained in:
parent
2050c469ef
commit
30a520e235
@ -70,7 +70,7 @@ static HQUEUE16 QUEUE_CreateMsgQueue(void)
|
||||
SERVER_END_REQ;
|
||||
if (!handle)
|
||||
{
|
||||
ERR_(msg)("Cannot get thread queue");
|
||||
ERR_(msg)("Cannot get thread queue\n");
|
||||
GlobalFree16( hQueue );
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user