aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/zecho.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/zecho.c')
-rw-r--r--shell/ash_test/zecho.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/ash_test/zecho.c b/shell/ash_test/zecho.c
index bf876f641..cbaa59b81 100644
--- a/shell/ash_test/zecho.c
+++ b/shell/ash_test/zecho.c
@@ -21,10 +21,7 @@
21#include <stdio.h> 21#include <stdio.h>
22#include <stdlib.h> 22#include <stdlib.h>
23 23
24int 24int main(int argc, char **argv)
25main(argc, argv)
26int argc;
27char **argv;
28{ 25{
29 argv++; 26 argv++;
30 27