aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
223 argc--; 223 argc--;
224 } 224 }
225 } 225 }
226 stack_machine(0);
227 return EXIT_SUCCESS; 226 return EXIT_SUCCESS;
228} 227}