fix format attribute

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15525 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-29 14:13:50 +00:00
parent fed446866c
commit b7de0b950c

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, 1, 0)));;
__attribute__ ((format (printf, 2, 0)));;
void ROKEN_LIB_FUNCTION
rk_strpoolfree(struct rk_strpool *);