Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
Vladimir N. Oleynik.
This commit is contained in:
parent
c9acf8c766
commit
12f417edbd
20 changed files with 102 additions and 108 deletions
|
@ -147,7 +147,7 @@ static void cmdedit_reset_term(void)
|
|||
static void clean_up_and_die(int sig)
|
||||
{
|
||||
cmdedit_reset_term();
|
||||
fprintf(stdout, "\n");
|
||||
printf("\n");
|
||||
if (sig!=SIGINT)
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue