X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/bca75e8d0ad7ce51192de3ef053ec63d0c79cfaa..31d0247cc58abc0b0720aa7e9972011c5a66995c:/ui/report.h diff --git a/ui/report.h b/ui/report.h index 4266cc2..1936877 100644 --- a/ui/report.h +++ b/ui/report.h @@ -50,8 +50,7 @@ * Use: Reports an error. */ -extern void PRINTF_LIKE(1, 2) - moan(const char *f, ...); +extern PRINTF_LIKE(1, 2) void moan(const char *f, ...); /* --- @die@ --- * * @@ -65,8 +64,7 @@ extern void PRINTF_LIKE(1, 2) * permanent. */ -extern void PRINTF_LIKE(2, 3) NORETURN - die(int status, const char *f, ...); +extern PRINTF_LIKE(2, 3) NORETURN void die(int status, const char *f, ...); /*----- That's all, folks -------------------------------------------------*/