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

index 4c0211da33808dec81882e09d7d5aa508cbbe5df..aafd70b124de0c663ed5dd38a1074a126a5ca68e 100644 (file)
@@ -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 <config.h>
 
@@ -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