const pointers
Yet another patch which converts pointer arguments to "const".
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user