2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

missing semicolon

This commit is contained in:
Mark Andrews
2009-08-14 07:51:08 +00:00
parent ddc225b15d
commit ece6c39dd8

View 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