From 0dcbf5f638ec7a04dfaa7dffdc3ffd5c1ea05817 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Fri, 25 Oct 2002 21:26:46 +0000 Subject: [PATCH] Removed a new line from debug_msg Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@429 --- src/debug/debug_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debug/debug_gui.cpp b/src/debug/debug_gui.cpp index dadc282d..43d8d305 100644 --- a/src/debug/debug_gui.cpp +++ b/src/debug/debug_gui.cpp @@ -34,7 +34,6 @@ void DEBUG_ShowMsg(char * msg) { char buf[1024]; strcpy(buf,msg); - strcat(buf,"\n"); waddstr(dbg.win_out,buf); wprintw(dbg.win_out," %d\n",cycle_count);