semicolon removed
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1513 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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__ */
|
||||
|
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user