Forgot to commit this yesterday, but it's just trivial formatting.

SVN revision: 19489
This commit is contained in:
David Walter Seikel 2006-01-02 07:44:51 +00:00
parent 5a4061bf1b
commit 07a7a2b05c
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ int timer_once(void *data)
then = ecore_time_get();
while ((length = read(fd, buf, 1024)) > 0)
ecore_exe_pipe_write(exe0, buf, length);
close(fd);
close(fd);
}
}
/* FIXME: Fuckit, neither of these will actually cause /bin/cat to shut down. What the fuck does it take? */