summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_preferences.h')
-rw-r--r--apps/plugins/text_viewer/tv_preferences.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/text_viewer/tv_preferences.h b/apps/plugins/text_viewer/tv_preferences.h
index 906f5c5f16..7705a1673a 100644
--- a/apps/plugins/text_viewer/tv_preferences.h
+++ b/apps/plugins/text_viewer/tv_preferences.h
@@ -122,9 +122,9 @@ struct tv_preferences {
122}; 122};
123 123
124/* 124/*
125 * global pointer to the preferences 125 * global pointer to the preferences (read-only)
126 */ 126 */
127extern struct tv_preferences *preferences; 127extern const struct tv_preferences * const preferences;
128 128
129/* 129/*
130 * change the preferences 130 * change the preferences