aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg_deb.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-03-15 08:29:22 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-03-15 08:29:22 +0000
commitb16674f3c1a961e0b5d6a57745f5f749d95c641e (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /archival/dpkg_deb.c
parente7135df4a650f9197b633784472f45602524855b (diff)
downloadbusybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.tar.gz
busybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.tar.bz2
busybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.zip
Remove trailing whitespace. Update copyright to include 2004.
git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
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");;