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);