X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/3832000d8a0d417dbfda0ca2d26bc7d66f7f4741..5c0f2e080603967952db43eb7b12d44dd64f7169:/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 -------------------------------------------------*/