summaryrefslogtreecommitdiff
path: root/apps/metadata/sgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/sgc.c')
-rw-r--r--apps/metadata/sgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/sgc.c b/apps/metadata/sgc.c
index 9e16de2c76..78cacb9b1b 100644
--- a/apps/metadata/sgc.c
+++ b/apps/metadata/sgc.c
@@ -10,7 +10,7 @@
10#include "metadata_parsers.h" 10#include "metadata_parsers.h"
11#include "rbunicode.h" 11#include "rbunicode.h"
12 12
13bool parse_sgc_header(int fd, struct mp3entry* id3) 13static bool parse_sgc_header(int fd, struct mp3entry* id3)
14{ 14{
15 /* Use the trackname part of the id3 structure as a temporary buffer */ 15 /* Use the trackname part of the id3 structure as a temporary buffer */
16 unsigned char* buf = (unsigned char *)id3->path; 16 unsigned char* buf = (unsigned char *)id3->path;