X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=70f2ec9f6b3817887799edab3292f7136aec0a84;hp=47298b83805729825ab8cee3bd62c72f263179a2;hb=67cb641c126769af98289539ff3425dfbf5e12e2;hpb=015c939d323aad2b959f8d60befc3939ebc299ee diff --git a/mp3_afh.c b/mp3_afh.c index 47298b83..70f2ec9f 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -662,7 +662,6 @@ static int mp3_read_info(unsigned char *map, size_t numbytes, int fd, header_mode(&header), tag_versions[ret]); return 1; err_out: - PARA_ERROR_LOG("%s\n", para_strerror(-ret)); free(afhi->chunk_table); return ret; } @@ -683,7 +682,7 @@ static int mp3_get_file_info(char *map, size_t numbytes, int fd, return 1; } -static const char* mp3_suffixes[] = {"mp3", NULL}; +static const char * const mp3_suffixes[] = {"mp3", NULL}; /** * the init function of the mp3 audio format handler