summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/calcurse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index 0a306f0..916fc92 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -840,7 +840,7 @@ void todo_view_note (char *);
void todo_free_list (void);
/* utils.c */
-void exit_calcurse (int);
+void exit_calcurse (int) __attribute__((__noreturn__));
void free_user_data (void);
void fatalbox (const char *);
void warnbox (const char *);