summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/daemontest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/daemontest.c b/docs/daemontest.c
index 5f63e7a..3a31825 100644
--- a/docs/daemontest.c
+++ b/docs/daemontest.c
@@ -98,6 +98,7 @@ int main()
// run for roughly 5 mins then exit. No need to stick around if unit test fails.
int i=0;
for( i=0; i<300; i++ ) sleep(1);
+ return 0;
}
/* EOF */