summaryrefslogtreecommitdiffstats
path: root/src/diag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/diag.h')
-rw-r--r--src/diag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diag.h b/src/diag.h
index 0a4d3b9..9f3e8e1 100644
--- a/src/diag.h
+++ b/src/diag.h
@@ -55,9 +55,9 @@ void bfs_diagf(const char *format, ...);
/**
* Print a message to standard error and abort.
*/
+_noreturn
_cold
_printf(1, 2)
-_noreturn
void bfs_abortf(const char *format, ...);
/**