diff options
author | Guillem Jover <guillem@debian.org> | 2008-08-27 00:05:29 +0300 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2008-09-14 04:59:31 +0300 |
commit | c47003c7b240b4f295e4555794835e6a0aeddfe0 (patch) | |
tree | 4d48b39e1a7a56bfb204ca031aadf2e6d0f1918f /dpkg-split | |
parent | e25f2574fd6c30bfaa0902e7b0d818f0b1b2f46c (diff) | |
download | dpkg-c47003c7b240b4f295e4555794835e6a0aeddfe0.tar.gz |
libdpkg: Do not pass any argument to standard_shutdown
Diffstat (limited to 'dpkg-split')
-rw-r--r-- | dpkg-split/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg-split/main.c b/dpkg-split/main.c index ab509e84a..454c34aec 100644 --- a/dpkg-split/main.c +++ b/dpkg-split/main.c @@ -189,6 +189,6 @@ int main(int argc, const char *const *argv) { if (ferror(stderr)) werr("stderr"); - standard_shutdown(0); + standard_shutdown(); exit(0); } |