const pointers

Yet another patch which converts pointer arguments to "const".
This commit is contained in:
Max Kellermann
2008-08-29 14:48:39 +02:00
parent 5bd5551630
commit 37d77caa3c
4 changed files with 10 additions and 10 deletions

View File

@@ -338,7 +338,7 @@ static struct id3_tag *findId3TagFromEnd(FILE * stream)
}
#endif
struct tag *tag_id3_load(char *file)
struct tag *tag_id3_load(const char *file)
{
struct tag *ret = NULL;
#ifdef HAVE_ID3TAG