summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index a957f1631f..0b50b45580 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -51,8 +51,8 @@
51struct filetype { 51struct filetype {
52 char* extension; 52 char* extension;
53 int tree_attr; 53 int tree_attr;
54 int icon;
55 int voiceclip; 54 int voiceclip;
55 enum themable_icons icon;
56}; 56};
57void tree_get_filetypes(const struct filetype**, int*); 57void tree_get_filetypes(const struct filetype**, int*);
58 58