]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing semicolon
authorMark Andrews <marka@isc.org>
Fri, 14 Aug 2009 07:48:45 +0000 (07:48 +0000)
committerMark Andrews <marka@isc.org>
Fri, 14 Aug 2009 07:48:45 +0000 (07:48 +0000)
lib/isc/win32/time.c

index 808c3d37f8bed4ec7e89a059a5504f8be81a1793..d0342323a04dd0d957a5ed1d0c29ee4b7e51aafc 100644 (file)
@@ -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 <config.h>
 
@@ -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