summaryrefslogtreecommitdiffstats
path: root/testModule/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'testModule/wrap.c')
-rw-r--r--testModule/wrap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testModule/wrap.c b/testModule/wrap.c
index 51ca2d8c..bfb0b881 100644
--- a/testModule/wrap.c
+++ b/testModule/wrap.c
@@ -7,10 +7,9 @@ void arg_print(int argc, char *argv[]) {
int i = 0;
int j = 0;
for (i = 0; i < argc; i ++) {
- j = 0;
+ j = 0;
while(argv[i][j] != '\0')
printf("%c", argv[i][j++]);
-
printf(" ");
}
printf("\n");