aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/daemon-dependencies/await-started.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/daemon-dependencies/await-started.c')
-rw-r--r--doc/examples/daemon-dependencies/await-started.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/daemon-dependencies/await-started.c b/doc/examples/daemon-dependencies/await-started.c
index 99ba14f..5a77a13 100644
--- a/doc/examples/daemon-dependencies/await-started.c
+++ b/doc/examples/daemon-dependencies/await-started.c
@@ -107,7 +107,7 @@ main(int argc_, char *argv_[])
if (!WEXITSTATUS(system(arg)))
started[i] = 1;
else
- remaining++;
+ remaining++;
}
}