diff options
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 2 |
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 *); |