From: Mark Andrews Date: Fri, 14 Aug 2009 07:51:08 +0000 (+0000) Subject: missing semicolon X-Git-Tag: v9.7.0a3~88 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ece6c39dd823d92cf89e7e37614bd458d5d42658;p=thirdparty%2Fbind9.git missing semicolon --- diff --git a/lib/isc/win32/time.c b/lib/isc/win32/time.c index 4c0211da338..aafd70b124d 100644 --- a/lib/isc/win32/time.c +++ b/lib/isc/win32/time.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.51 2009/08/13 03:34:10 marka Exp $ */ +/* $Id: time.c,v 1.52 2009/08/14 07:51:08 marka Exp $ */ #include @@ -240,7 +240,7 @@ isc_time_seconds(const isc_time_t *t) { i3 = (i1.QuadPart - i2.QuadPart) / 10000000; - return ((isc_uint32_t)i3) + return ((isc_uint32_t)i3); } isc_uint32_t