changeset 855:2eb6882b20c6

Fix return value
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 21 Oct 2012 18:46:17 +0200
parents 51a056d78aba
children c0f92000c42a
files libfdproto/portability.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libfdproto/portability.c	Sun Oct 21 18:37:20 2012 +0200
+++ b/libfdproto/portability.c	Sun Oct 21 18:46:17 2012 +0200
@@ -43,6 +43,7 @@
 	gettimeofday (&tv, NULL);
 	ts->tv_sec = tv.tv_sec;
 	ts->tv_nsec = tv.tv_usec * 1000;
+	return 0;
 }
 #endif /* HAVE_CLOCK_GETTIME */
 
"Welcome to our mercurial repository"