summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-13 21:12:06 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-13 21:12:06 +0000
commitf6be944a6ae612c70ce010582d9c3cdd72f7144f (patch)
tree36ab89d86aad17d6922566cad8e49ba33c5ede81 /math.c
parent305a73f5eacd94eefe2f2a5a00034d579ef6b1e7 (diff)
downloadbusybox-w32-f6be944a6ae612c70ce010582d9c3cdd72f7144f.tar.gz
busybox-w32-f6be944a6ae612c70ce010582d9c3cdd72f7144f.tar.bz2
busybox-w32-f6be944a6ae612c70ce010582d9c3cdd72f7144f.zip
More stuff
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index 5c1560a4e..29962a873 100644
--- a/math.c
+++ b/math.c
@@ -137,7 +137,7 @@ stack_machine(const char * argument)
137} 137}
138 138
139int 139int
140math_main(struct FileInfo * i, int argc, char * * argv) 140math_main(int argc, char * * argv)
141{ 141{
142 while ( argc >= 2 ) { 142 while ( argc >= 2 ) {
143 stack_machine(argv[1]); 143 stack_machine(argv[1]);