svn commit: trunk/busybox/miscutils

aldot at busybox.net aldot at busybox.net
Sat Jun 3 21:19:11 UTC 2006


Author: aldot
Date: 2006-06-03 14:19:09 -0700 (Sat, 03 Jun 2006)
New Revision: 15276

Log:
- remove superfluous call of stack_machine(0) upon exit.



Modified:
   trunk/busybox/miscutils/dc.c


Changeset:
Modified: trunk/busybox/miscutils/dc.c
===================================================================
--- trunk/busybox/miscutils/dc.c	2006-06-03 20:53:18 UTC (rev 15275)
+++ trunk/busybox/miscutils/dc.c	2006-06-03 21:19:09 UTC (rev 15276)
@@ -223,6 +223,5 @@
 			argc--;
 		}
 	}
-	stack_machine(0);
 	return EXIT_SUCCESS;
 }




More information about the busybox-cvs mailing list