summaryrefslogtreecommitdiff
path: root/apps/metadata
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata')
-rw-r--r--apps/metadata/oma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/oma.c b/apps/metadata/oma.c
index 881d811..1dd6150 100644
--- a/apps/metadata/oma.c
+++ b/apps/metadata/oma.c
@@ -97,7 +97,7 @@ enum {
* present in the ea3 (first) header. The *
* metadata in ea3 is stored as a variation of *
* the ID3v2 metadata format. */
-int oma_read_header(int fd, struct mp3entry* id3)
+static int oma_read_header(int fd, struct mp3entry* id3)
{
static const uint16_t srate_tab[6] = {320,441,480,882,960,0};
int ret, ea3_taglen, EA3_pos, jsflag;