summaryrefslogtreecommitdiff
path: root/apps/metadata/mp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/mp3.c')
-rw-r--r--apps/metadata/mp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/mp3.c b/apps/metadata/mp3.c
index d9d6212f47..84c565b8be 100644
--- a/apps/metadata/mp3.c
+++ b/apps/metadata/mp3.c
@@ -555,7 +555,7 @@ static int unicode_munge(char* string, char* utf8buf, int *len) {
555 * 555 *
556 * Returns: true if a title was found and created, else false 556 * Returns: true if a title was found and created, else false
557 */ 557 */
558static bool setid3v1title(int fd, struct mp3entry *entry) 558bool setid3v1title(int fd, struct mp3entry *entry)
559{ 559{
560 unsigned char buffer[128]; 560 unsigned char buffer[128];
561 static const char offsets[] = {3, 33, 63, 97, 93, 125, 127}; 561 static const char offsets[] = {3, 33, 63, 97, 93, 125, 127};