diff --git a/windows/queue.c b/windows/queue.c index 0b7d8088f2f..6ac649ee5bb 100644 --- a/windows/queue.c +++ b/windows/queue.c @@ -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; }