(sys_child_open_for_uncompress): Minor stylistic fix.

This commit is contained in:
Sergey Poznyakoff
2004-02-29 10:16:02 +00:00
parent 37400fa94e
commit 7fb546943e

View File

@@ -553,7 +553,7 @@ sys_child_open_for_uncompress (void)
{
/* The parent tar is still here! Just clean up. */
read_full_records_option = 1;
read_full_records_option = true;
archive = parent_pipe[PREAD];
xclose (parent_pipe[PWRITE]);
return child_pid;