Commit 30a520e2 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Add missing \n on error message.

parent 2050c469
...@@ -70,7 +70,7 @@ static HQUEUE16 QUEUE_CreateMsgQueue(void) ...@@ -70,7 +70,7 @@ static HQUEUE16 QUEUE_CreateMsgQueue(void)
SERVER_END_REQ; SERVER_END_REQ;
if (!handle) if (!handle)
{ {
ERR_(msg)("Cannot get thread queue"); ERR_(msg)("Cannot get thread queue\n");
GlobalFree16( hQueue ); GlobalFree16( hQueue );
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment