1
0
Fork 0

Removed a new line from debug_msg

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@429
This commit is contained in:
Sjoerd van der Berg 2002-10-25 21:26:46 +00:00
parent dfb34f80a5
commit 0dcbf5f638

View file

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