summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 481c0df6de..779337e0ca 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -159,7 +159,7 @@ void tree_get_filetypes(const struct filetype** types, int* count)
159#define ROCK_EXTENSION "rock" 159#define ROCK_EXTENSION "rock"
160 160
161struct file_type { 161struct file_type {
162 int icon; /* the icon which shall be used for it, NOICON if unknown */ 162 enum themable_icons icon; /* the icon which shall be used for it, NOICON if unknown */
163 unsigned char attr; /* FILE_ATTR_MASK >> 8 */ 163 unsigned char attr; /* FILE_ATTR_MASK >> 8 */
164 char* plugin; /* Which plugin to use, NULL if unknown, or builtin */ 164 char* plugin; /* Which plugin to use, NULL if unknown, or builtin */
165 char* extension; /* NULL for none */ 165 char* extension; /* NULL for none */