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