From c7bda1ce659294d6e22c06e087f6f265983c7578 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 15 Mar 2004 08:29:22 +0000 Subject: Remove trailing whitespace. Update copyright to include 2004. --- archival/dpkg_deb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archival/dpkg_deb.c') 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) /* Setup the tar archive handle */ tar_archive = init_handle(); - /* Setup an ar archive handle that refers to the gzip sub archive */ + /* Setup an ar archive handle that refers to the gzip sub archive */ ar_archive = init_handle(); ar_archive->sub_archive = tar_archive; ar_archive->filter = filter_accept_list_reassign; @@ -73,7 +73,7 @@ extern int dpkg_deb_main(int argc, char **argv) } if (opt & DPKG_DEB_OPT_FIELD) { /* Print the entire control file - * it should accept a second argument which specifies a + * it should accept a second argument which specifies a * specific field to print */ ar_archive->accept = control_tar_llist; tar_archive->accept = llist_add_to(NULL, "./control");; -- cgit v1.2.3