From f9db6d3fffbe0b39419cbcd7fdf29052f8b02700 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 30 Mar 1997 15:32:14 +0000 Subject: [PATCH] semicolon removed git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1513 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/err.h | 2 +- lib/roken/err.hin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/roken/err.h b/lib/roken/err.h index f9c8aeb3e..e74f5d3b4 100644 --- a/lib/roken/err.h +++ b/lib/roken/err.h @@ -33,6 +33,6 @@ void warn(const char *fmt, ...) void vwarnx(const char *fmt, va_list ap) __attribute__ ((format (printf, 1, 0))); void warnx(const char *fmt, ...) - __attribute__ ((format (printf, 1, 2)));; + __attribute__ ((format (printf, 1, 2))); #endif /* __ERR_H__ */ diff --git a/lib/roken/err.hin b/lib/roken/err.hin index f9c8aeb3e..e74f5d3b4 100644 --- a/lib/roken/err.hin +++ b/lib/roken/err.hin @@ -33,6 +33,6 @@ void warn(const char *fmt, ...) void vwarnx(const char *fmt, va_list ap) __attribute__ ((format (printf, 1, 0))); void warnx(const char *fmt, ...) - __attribute__ ((format (printf, 1, 2)));; + __attribute__ ((format (printf, 1, 2))); #endif /* __ERR_H__ */