summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.h b/apps/talk.h
index 2476c8ec02..de93b1678c 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -55,7 +55,7 @@ enum {
55#define STR(id) ID2P(id), id 55#define STR(id) ID2P(id), id
56 56
57/* publish this string, so it's stored only once (better than #define) */ 57/* publish this string, so it's stored only once (better than #define) */
58extern const char* dir_thumbnail_name; 58extern const char* const dir_thumbnail_name;
59 59
60 60
61void talk_init(void); 61void talk_init(void);