diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/oggvorbis_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/oggvorbis_plugin.c b/src/decoder/oggvorbis_plugin.c index f4c6de7fe..be6664b85 100644 --- a/src/decoder/oggvorbis_plugin.c +++ b/src/decoder/oggvorbis_plugin.c @@ -329,7 +329,7 @@ oggvorbis_decode(struct decoder *decoder, struct input_stream *inStream) return true; } -static struct tag *oggvorbis_TagDup(char *file) +static struct tag *oggvorbis_TagDup(const char *file) { struct tag *ret; FILE *fp; |