small cleanup.

This commit is contained in:
Robin Gareus 2014-03-14 20:25:04 +01:00
parent 2721242f77
commit f0e40565a5
1 changed files with 0 additions and 2 deletions

View File

@ -96,7 +96,5 @@ int main(int argc, char *argv[]) {
char buf = 0;
(void) write(pok[1], &buf, 1 );
close_fd(&pok[1]);
exit(-1);
return -1;
}