From: Mark Andrews Date: Fri, 14 Aug 2009 07:48:45 +0000 (+0000) Subject: missing semicolon X-Git-Tag: v9.5.2b1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8801bef4ea662668c4a53a189a108a93707d0201;p=thirdparty%2Fbind9.git missing semicolon --- diff --git a/lib/isc/win32/time.c b/lib/isc/win32/time.c index 808c3d37f8b..d0342323a04 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.43.128.4 2009/08/13 07:12:58 tbox Exp $ */ +/* $Id: time.c,v 1.43.128.5 2009/08/14 07:48:45 marka Exp $ */ #include @@ -219,7 +219,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