Index: programs/winedbg/info.c
===================================================================
RCS file: /home/wine/wine/programs/winedbg/info.c,v
retrieving revision 1.11
diff -u -r1.11 info.c
--- programs/winedbg/info.c	15 Dec 2003 19:53:08 -0000	1.11
+++ programs/winedbg/info.c	22 Jan 2004 19:39:26 -0000
@@ -720,7 +720,7 @@
 
     if (DEBUG_GetSymbolValue("first_dll", -1, &val, FALSE) != gsv_found)
     {
-        DEBUG_Printf("Can't get first_option symbol");
+        DEBUG_Printf("Can't get first_option symbol\n");
         return;
     }
     addr = (void*)DEBUG_ToLinear(&val.addr);
