- (stevesk) defines.h: remove spurious ``;''
diff --git a/ChangeLog b/ChangeLog
index 399f740..5826410 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@
   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
     instead of 'int'
  - (stevesk) sshd_config: sync
+ - (stevesk) defines.h: remove spurious ``;''
 
 20010108
  - (bal) Fixed another typo in cli.c
diff --git a/defines.h b/defines.h
index 593fcd6..79aab5a 100644
--- a/defines.h
+++ b/defines.h
@@ -207,7 +207,7 @@
 #ifndef HAVE_CLOCK_T
 typedef long clock_t;
 # define HAVE_CLOCK_T
-#endif; /* HAVE_CLOCK_T */
+#endif /* HAVE_CLOCK_T */
 
 #ifndef HAVE_SA_FAMILY_T
 typedef int sa_family_t;