diff options
| author | torben | 2015-04-13 19:55:58 +0200 |
|---|---|---|
| committer | torben | 2015-04-13 19:55:58 +0200 |
| commit | 105f29aa50fe7d3324cb109714af7d0b3c2c27df (patch) | |
| tree | 22d2253071223b7897a50be86ab0efd74139578b /testModule/wrap.c | |
| parent | Adding remotly notifyable test initramfs service. (diff) | |
| download | systemd-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.c | 3 |
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"); |
