summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index cd034fe590..652a4e5235 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -80,6 +80,7 @@ const struct filetype filetypes[] = {
80 { ".ac3", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, 80 { ".ac3", TREE_ATTR_MPA, File, VOICE_EXT_MPA },
81 { ".a52", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, 81 { ".a52", TREE_ATTR_MPA, File, VOICE_EXT_MPA },
82 { ".mpc", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, 82 { ".mpc", TREE_ATTR_MPA, File, VOICE_EXT_MPA },
83 { ".wv", TREE_ATTR_MPA, File, VOICE_EXT_MPA },
83#endif 84#endif
84 { ".m3u", TREE_ATTR_M3U, Playlist, LANG_PLAYLIST }, 85 { ".m3u", TREE_ATTR_M3U, Playlist, LANG_PLAYLIST },
85 { ".cfg", TREE_ATTR_CFG, Config, VOICE_EXT_CFG }, 86 { ".cfg", TREE_ATTR_CFG, Config, VOICE_EXT_CFG },