typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
786635e62e
commit
ea694163af
@ -42,7 +42,7 @@ int tee_main(int argc, char **argv)
|
|||||||
* that doesn't consume all its input. Good idea... */
|
* that doesn't consume all its input. Good idea... */
|
||||||
signal(SIGPIPE, SIG_IGN);
|
signal(SIGPIPE, SIG_IGN);
|
||||||
|
|
||||||
/* Allocate an array of FILE *'s, with one extra for a sentinal. */
|
/* Allocate an array of FILE *'s, with one extra for a sentinel. */
|
||||||
fp = files = xzalloc(sizeof(FILE *) * (argc + 2));
|
fp = files = xzalloc(sizeof(FILE *) * (argc + 2));
|
||||||
np = names = argv - 1;
|
np = names = argv - 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user