summaryrefslogtreecommitdiffstats
path: root/defines.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-01-09 18:09:13 +0000
committerKevin Steves <stevesk@pobox.com>2001-01-09 18:09:13 +0000
commit69f8fb35757aa7e848792bb4c11ef1b606ee5389 (patch)
tree9ca7fa45401eeb2d216e89d87b4ca295469b5227 /defines.h
parent8ee4f695606fa1cb92228120c93c61f8f6863b73 (diff)
- (stevesk) defines.h: remove spurious ``;''
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 593fcd64..79aab5ab 100644
--- a/defines.h
+++ b/defines.h
@@ -207,7 +207,7 @@ typedef int ssize_t;
#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;