X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=41874b86404cfc239a24891c30dcb6545b887f38;hp=f7334488113ad85922313f5273fb998df36840a6;hb=8eb5a15bfcc068e8d2504bb84b14455e9fc7c3ba;hpb=01556501c32d5ec155cc7e2cd78307ec1f177a07 diff --git a/mp3_afh.c b/mp3_afh.c index f7334488..41874b86 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -82,7 +82,7 @@ static char *get_latin1(id3_ucs4_t const *string) return (char *)id3_ucs4_latin1duplicate(string); } -char *get_stringlist(union id3_field *field) +static char *get_stringlist(union id3_field *field) { unsigned int k, nstrings = id3_field_getnstrings(field); char *result = NULL;