diff options
Diffstat (limited to 'archival/dpkg_deb.c')
-rw-r--r-- | archival/dpkg_deb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c index 6dd817101..9781b54e5 100644 --- a/archival/dpkg_deb.c +++ b/archival/dpkg_deb.c | |||
@@ -42,7 +42,7 @@ int dpkg_deb_main(int argc, char **argv) | |||
42 | #endif | 42 | #endif |
43 | 43 | ||
44 | opt_complementary = "?c--efXx:e--cfXx:f--ceXx:X--cefx:x--cefX"; | 44 | opt_complementary = "?c--efXx:e--cfXx:f--ceXx:X--cefx:x--cefX"; |
45 | opt = getopt32(argc, argv, "cefXx"); | 45 | opt = getopt32(argv, "cefXx"); |
46 | 46 | ||
47 | if (opt & DPKG_DEB_OPT_CONTENTS) { | 47 | if (opt & DPKG_DEB_OPT_CONTENTS) { |
48 | tar_archive->action_header = header_verbose_list; | 48 | tar_archive->action_header = header_verbose_list; |