projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6d67b
)
- remove superfluous call of stack_machine(0) upon exit.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 3 Jun 2006 21:19:09 +0000
(21:19 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 3 Jun 2006 21:19:09 +0000
(21:19 -0000)
miscutils/dc.c
patch
|
blob
|
history
diff --git
a/miscutils/dc.c
b/miscutils/dc.c
index 5956b3af87a2ba4300649ebba2c6104278d98ab6..e9c695507b4884f59b162305371546bcf7e74c4f 100644
(file)
--- 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;
}