aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg_deb.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /archival/dpkg_deb.c
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'archival/dpkg_deb.c')
-rw-r--r--archival/dpkg_deb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c
index da94b394f..5aa9881d5 100644
--- a/archival/dpkg_deb.c
+++ b/archival/dpkg_deb.c
@@ -41,7 +41,7 @@ extern int dpkg_deb_main(int argc, char **argv)
41 /* Setup the tar archive handle */ 41 /* Setup the tar archive handle */
42 tar_archive = init_handle(); 42 tar_archive = init_handle();
43 43
44 /* Setup an ar archive handle that refers to the gzip sub archive */ 44 /* Setup an ar archive handle that refers to the gzip sub archive */
45 ar_archive = init_handle(); 45 ar_archive = init_handle();
46 ar_archive->sub_archive = tar_archive; 46 ar_archive->sub_archive = tar_archive;
47 ar_archive->filter = filter_accept_list_reassign; 47 ar_archive->filter = filter_accept_list_reassign;
@@ -73,7 +73,7 @@ extern int dpkg_deb_main(int argc, char **argv)
73 } 73 }
74 if (opt & DPKG_DEB_OPT_FIELD) { 74 if (opt & DPKG_DEB_OPT_FIELD) {
75 /* Print the entire control file 75 /* Print the entire control file
76 * it should accept a second argument which specifies a 76 * it should accept a second argument which specifies a
77 * specific field to print */ 77 * specific field to print */
78 ar_archive->accept = control_tar_llist; 78 ar_archive->accept = control_tar_llist;
79 tar_archive->accept = llist_add_to(NULL, "./control");; 79 tar_archive->accept = llist_add_to(NULL, "./control");;