diff options
author | Yoshihisa Uchida <uchida@rockbox.org> | 2010-03-10 11:19:17 +0000 |
---|---|---|
committer | Yoshihisa Uchida <uchida@rockbox.org> | 2010-03-10 11:19:17 +0000 |
commit | 20f5a533aed5c0a502f89eca3992f66a70d5d746 (patch) | |
tree | 68ce4f6eb6be001d4d6b33bbdfa699890348be3e | |
parent | 207a84a3810a0a8916dc4adca7c8b3a9a4bfb929 (diff) |
Oops. forget static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25107 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/metadata/wave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/wave.c b/apps/metadata/wave.c index c6bf4bdf53..1753b64330 100644 --- a/apps/metadata/wave.c +++ b/apps/metadata/wave.c @@ -206,7 +206,7 @@ static void parse_riff_format(unsigned char* buf, int fmtsize, struct wave_fmt * } } -bool read_header(int fd, struct mp3entry* id3, const unsigned char **chunknames, bool is_64) +static bool read_header(int fd, struct mp3entry* id3, const unsigned char **chunknames, bool is_64) { /* Use the temporary buffer */ unsigned char* buf = (unsigned char *)id3->path; |