summaryrefslogtreecommitdiffstats
path: root/testModule/wrap.c
diff options
context:
space:
mode:
authortorben2015-04-13 19:55:58 +0200
committertorben2015-04-13 19:55:58 +0200
commit105f29aa50fe7d3324cb109714af7d0b3c2c27df (patch)
tree22d2253071223b7897a50be86ab0efd74139578b /testModule/wrap.c
parentAdding remotly notifyable test initramfs service. (diff)
downloadsystemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.tar.gz
systemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.tar.xz
systemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.zip
Adding endless test service. Fix some naming conventions.
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");