diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 8e1f9431d..a6a8333a8 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -1120,7 +1120,7 @@ static int check_deps(deb_file_t **deb_file, int deb_start /*, int dep_max_count | |||
1120 | if (package_edge->type == EDGE_PRE_DEPENDS | 1120 | if (package_edge->type == EDGE_PRE_DEPENDS |
1121 | || package_edge->type == EDGE_DEPENDS | 1121 | || package_edge->type == EDGE_DEPENDS |
1122 | ) { | 1122 | ) { |
1123 | int result=1; | 1123 | int result = 1; |
1124 | status_num = 0; | 1124 | status_num = 0; |
1125 | 1125 | ||
1126 | /* If we are inside an alternative then check | 1126 | /* If we are inside an alternative then check |