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:
parent
dfb34f80a5
commit
0dcbf5f638
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue