summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h
index c8a0c01a..146ad46b 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -397,7 +397,7 @@ char *helper_string_replace_if_exists(char *string, ...);
*
* @returns path to theme or copy of filename if not found.
*/
-char *helper_get_theme_path(const char *file, const char **ext);
+char *helper_get_theme_path(const char *file, const char **ext) __attribute__((nonnull));
/**
* @param name The name of the element to find.