semicolon removed

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1513 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-30 15:32:14 +00:00
parent f04aa48ecd
commit f9db6d3fff
2 changed files with 2 additions and 2 deletions

View File

@@ -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__ */

View File

@@ -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__ */