Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-04 01:19:09 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-04 01:19:09 +0400
commit5084c78cbe63ae92c3e86fbadb2709cb57e8897c (patch)
tree57f3e114aff3fe15c9ed503d276b44ec2205a5bc
parent5f6d67b7d6ec5b7d2b9c5d163a4fa8cf0b688b84 (diff)
- remove superfluous call of stack_machine(0) upon exit.
-rw-r--r--miscutils/dc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/dc.c b/miscutils/dc.c
index 5956b3af8..e9c695507 100644
--- a/miscutils/dc.c
+++ b/miscutils/dc.c
@@ -223,6 +223,5 @@ int dc_main(int argc, char **argv)
argc--;
}
}
- stack_machine(0);
return EXIT_SUCCESS;
}