remove duplicate ;

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15564 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-07-07 05:03:30 +00:00
parent b1d22e1f19
commit 00bf2bc852

View File

@@ -388,7 +388,7 @@ rk_strpoolcollect(struct rk_strpool *);
struct rk_strpool * ROKEN_LIB_FUNCTION
rk_strpoolprintf(struct rk_strpool *, const char *, ...)
__attribute__ ((format (printf, 2, 3)));;
__attribute__ ((format (printf, 2, 3)));
void ROKEN_LIB_FUNCTION
rk_strpoolfree(struct rk_strpool *);