summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-12-13 15:07:34 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-12-13 15:07:34 -0600
commit8fd334aef28b0846bf8872e577b8f4c56f1a2f02 (patch)
tree0c64cc76faeaa63f6cbf75fe72cb02c7a73bd0cc /docs
parent772393088cd0e6169f2a21e3a3470f6ebb59d2b1 (diff)
downloadmock-8fd334aef28b0846bf8872e577b8f4c56f1a2f02.tar.gz
mock-8fd334aef28b0846bf8872e577b8f4c56f1a2f02.tar.xz
mock-8fd334aef28b0846bf8872e577b8f4c56f1a2f02.zip
fix compile warning for -Wall in daemontest.c
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 */