s/return 0/exit(EXIT_SUCCESS)/ in example program.

This commit is contained in:
Michael Kerrisk 2007-05-16 01:57:36 +00:00
parent 61b48f9328
commit 0784f93ce4
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ main(int argc, char **argv)
SHUT_FD1;
}
}
return 0;
exit(EXIT_SUCCESS);
}
.fi
.PP