aboutsummaryrefslogtreecommitdiff
path: root/dpkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpkg.c')
-rw-r--r--dpkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg.c b/dpkg.c
index 6d3b06a89..a3fd90c35 100644
--- a/dpkg.c
+++ b/dpkg.c
@@ -1500,6 +1500,6 @@ extern int dpkg_main(int argc, char **argv)
1500 } 1500 }
1501 } 1501 }
1502 1502
1503 return(EXIT_FAILURE); 1503 return(EXIT_SUCCESS);
1504} 1504}
1505 1505