From 105f29aa50fe7d3324cb109714af7d0b3c2c27df Mon Sep 17 00:00:00 2001 From: torben Date: Mon, 13 Apr 2015 19:55:58 +0200 Subject: Adding endless test service. Fix some naming conventions. --- testModule/wrap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testModule/wrap.c') 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"); -- cgit v1.2.3-55-g7522