Fix ERR with missing "\n"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Trivial patch

Changelog:
Add missing \n on error message

Index: wine/windows/queue.c
===================================================================
RCS file: /home/wine/wine/windows/queue.c,v
retrieving revision 1.101
diff -u -r1.101 queue.c
--- wine/windows/queue.c	26 Nov 2003 22:29:30 -0000	1.101
+++ wine/windows/queue.c	6 Jan 2004 18:23:58 -0000
@@ -70,7 +70,7 @@
     SERVER_END_REQ;
     if (!handle)
     {
-        ERR_(msg)("Cannot get thread queue");
+        ERR_(msg)("Cannot get thread queue\n");
         GlobalFree16( hQueue );
         return 0;
     }

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux