no newline print on exit

This commit is contained in:
Stefan Frederik 2021-12-05 22:32:56 +01:00
parent de1db1e87a
commit 506d9683d5
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
}