no newline print on exit
This commit is contained in:
parent
de1db1e87a
commit
506d9683d5
|
|
@ -660,7 +660,7 @@ void xwin_exit(void)
|
|||
dbg(1, "xwin_exit(): deleted undo buffer\n");
|
||||
if(errfp!=stderr) fclose(errfp);
|
||||
errfp=stderr;
|
||||
printf("\n");
|
||||
/* printf("\n");*/
|
||||
init_done=0; /* 20150409 to avoid multiple calls */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue