summaryrefslogtreecommitdiff
path: root/apps/plugins/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stats.c')
-rw-r--r--apps/plugins/stats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index 0a1f2e48f9..8b02152a1b 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -64,8 +64,8 @@ static int fontwidth, fontheight;
64 64
65/* TODO: Better get the exts from the filetypes var in tree.c */ 65/* TODO: Better get the exts from the filetypes var in tree.c */
66const char *music_exts[] = {"mp3","mp2","mp1","mpa","ogg", 66const char *music_exts[] = {"mp3","mp2","mp1","mpa","ogg",
67 "wav","flac","ac3","a52","mpc","wv","m4a","mp4","shn", 67 "wav","flac","ac3","a52","mpc","wv","m4a","m4b","mp4",
68 "aif","aiff"}; 68 "shn","aif","aiff"};
69 69
70void prn(const char *str, int y) 70void prn(const char *str, int y)
71{ 71{