]> diplodocus.org Git - nmh/blobdiff - sbr/error.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / error.c
index 031ed2a51283b79027cf37e349d7ffed2c65c065..96c89f5812ce92b003803cb835ea05f14d354c61 100644 (file)
@@ -45,7 +45,7 @@ advise (const char *what, const char *fmt, ...)
  * straightforward, e.g. longjmp(3), but it must not return to adios().
  * If it does then it's a bug and adios() will abort(3) as callers do
  * not expect execution to continue. */
-void
+void NORETURN
 adios (const char *what, const char *fmt, ...)
 {
     va_list ap;