X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/e63124bc579bfd97cfe2f620ddd84df9f20477d8..d04c0e00da3a27693bbf9cc4f2d5c88e56d80f20:/struct/dstr.h diff --git a/struct/dstr.h b/struct/dstr.h index fedc48c..93c60e2 100644 --- a/struct/dstr.h +++ b/struct/dstr.h @@ -232,8 +232,7 @@ extern int dstr_vputf(dstr */*d*/, const char */*p*/, va_list */*ap*/); * itself is malicious. */ -extern int PRINTF_LIKE(2, 3) - dstr_putf(dstr */*d*/, const char */*p*/, ...); +extern PRINTF_LIKE(2, 3) int dstr_putf(dstr */*d*/, const char */*p*/, ...); /* --- @dstr_putd@ --- * *