From 8fd334aef28b0846bf8872e577b8f4c56f1a2f02 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Thu, 13 Dec 2007 15:07:34 -0600 Subject: fix compile warning for -Wall in daemontest.c --- docs/daemontest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 */ -- cgit