aboutsummaryrefslogtreecommitdiff
path: root/src/copyin.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-09-01 07:42:43 +0300
committerSergey Poznyakoff <gray@gnu.org>2015-09-01 07:42:43 +0300
commit0396591026410f91f7a81b4b150bc7285d9f2278 (patch)
treea960adfc75ff38da7fef5d2dd13a9ebf2a6fd164 /src/copyin.c
parentf6a8a2cbd2d5ca40ea94900b55b845dd5ca87328 (diff)
downloadcpio-0396591026410f91f7a81b4b150bc7285d9f2278.tar.gz
cpio-0396591026410f91f7a81b4b150bc7285d9f2278.tar.bz2
Include gnulib and paxutils as submodules.
* gnulib: New submodule. * paxutils: New submodule. * .gitignore: Updage * .gitmodules: Update * README-hacking: Update. * bootstrap: Install slightly modified version from the gnulib repo. * bootstrap.conf: Add paxutils-related stuff. * po/.gitignore: Update. * tests/symlink-bad-length.at: Fix expected output. * src/copyin.c: Tiny change. * src/util.c: Likewise.
Diffstat (limited to 'src/copyin.c')
-rw-r--r--src/copyin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copyin.c b/src/copyin.c
index ca12356..337b0c9 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -1425,7 +1425,7 @@ process_copy_in ()
}
else if (table_flag)
{
- list_file(&file_hdr, in_file_des);
+ list_file (&file_hdr, in_file_des);
}
else if (append_flag)
{

Return to:

Send suggestions and report system problems to the System administrator.