Skip to content
Snippets Groups Projects
Commit 30a520e2 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard
Browse files

Add missing \n on error message.

parent 2050c469
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment