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