summaryrefslogtreecommitdiff
path: root/apps/metadata/ay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/ay.c')
-rw-r--r--apps/metadata/ay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/ay.c b/apps/metadata/ay.c
index 8b737a7eba..50b5ac29ae 100644
--- a/apps/metadata/ay.c
+++ b/apps/metadata/ay.c
@@ -108,7 +108,7 @@ static void copy_ay_fields( struct file_t const* file, struct mp3entry* id3, int
108 if (tmp) id3->comment = tmp; 108 if (tmp) id3->comment = tmp;
109} 109}
110 110
111bool parse_ay_header(int fd, struct mp3entry *id3) 111static bool parse_ay_header(int fd, struct mp3entry *id3)
112{ 112{
113 /* Use the trackname part of the id3 structure as a temporary buffer */ 113 /* Use the trackname part of the id3 structure as a temporary buffer */
114 unsigned char* buf = (unsigned char *)id3->id3v2buf; 114 unsigned char* buf = (unsigned char *)id3->id3v2buf;