summaryrefslogtreecommitdiff
path: root/firmware/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/id3.h')
-rw-r--r--firmware/id3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/id3.h b/firmware/id3.h
index 798753ab97..4729d5355f 100644
--- a/firmware/id3.h
+++ b/firmware/id3.h
@@ -20,7 +20,7 @@
20#define ID3_H 20#define ID3_H
21 21
22struct mp3entry { 22struct mp3entry {
23 char *path; 23 char path[256];
24 char *title; 24 char *title;
25 char *artist; 25 char *artist;
26 char *album; 26 char *album;