summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 7e8ea36543..76e177daeb 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -35,7 +35,7 @@
35#include "widgets.h" 35#include "widgets.h"
36#endif 36#endif
37 37
38playlist_info_t playlist; 38struct playlist_info playlist;
39 39
40#define PLAYLIST_BUFFER_SIZE (AVERAGE_FILENAME_LENGTH*MAX_FILES_IN_DIR) 40#define PLAYLIST_BUFFER_SIZE (AVERAGE_FILENAME_LENGTH*MAX_FILES_IN_DIR)
41 41