summaryrefslogtreecommitdiff
path: root/src/bees.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bees.h')
-rw-r--r--src/bees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bees.h b/src/bees.h
index 0e5b1d2..79246dc 100644
--- a/src/bees.h
+++ b/src/bees.h
@@ -1,6 +1,6 @@
#ifndef __BUGCHECK_H
#define __BUGCHECK_H
-void bees(const char *error);
+_Noreturn void bees(const char *error);
#endif