summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils.h b/utils/utils.h
index 0922afb7e..80298a4a7 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -257,7 +257,7 @@ nserror snstrjoin(char **str, size_t *size, char sep, size_t nelm, ...);
int dir_sort_alpha(const struct dirent **d1, const struct dirent **d2);
/* Platform specific functions */
-void die(const char * const error);
+void die(const char * const error) __attribute__ ((noreturn));
void warn_user(const char *warning, const char *detail);
void PDF_Password(char **owner_pass, char **user_pass, char *path);