diff options
Diffstat (limited to 'math.c')
-rw-r--r-- | math.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ stack_machine(const char * argument) | |||
137 | } | 137 | } |
138 | 138 | ||
139 | int | 139 | int |
140 | math_main(struct FileInfo * i, int argc, char * * argv) | 140 | math_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]); |